Add another item in a modal

Add a new item within a modal window without navigating away from the current context.

When to use

Use this pattern when:

  • Adding items to an existing list
  • The form is short and focused
  • Users need to stay in context of the main view

Considerations

  • Keep modal forms focused and brief
  • Provide clear cancel and save actions
  • Validate input before allowing save
View old example docs