1.9
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