In a modal
Overview
You may place your form within a modal if it only has 3 to 5 fields.
Save
action closes the modal and triggers a snackbar on the main pageSame error management as a regular creation form
Limitations
A modal can not trigger another modal.
Thus, those inputs are forbidden in a form within a modal:
DateRange Picker
Date Time Picker
Advanced Picker
However, a modal can trigger overlays such as Dropdowns
, Tooltips
, etc.
Last updated