Skip to content

1.9

Compare
Choose a tag to compare
@nandorojo nandorojo released this 16 Feb 23:20
· 54 commits to master since this release

New Features πŸ›«

shouldDismissMenuOnSelect (iOS, Web)

You can now pass shouldDismissMenuOnSelect to <ContextMenu.Item /> to disable closing a menu.

<ContextMenu.Item shouldDismissMenuOnSelect={false} />

This works on the CheckboxItem and Item for both ContextMenu and DropdownMenu

(TODO: add to docs)

Full Changelog: v1.8.1...v1.9