-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
scope: tabsChanges related to the tabs.Changes related to the tabs.
Description
It would be great if tabs had a prop like isClosable: boolean
and corresponding events:
- Called when the close icon is clicked before the tab is closed:
closing: (value) => boolean
orclosing: (e:{preventDefault: () => void, value}) => void
- Called after the tab is closed:
closed: (value) => void
The value
refers to the value from controlled tabs.
This feature is great for applications that work with documents.
Metadata
Metadata
Assignees
Labels
scope: tabsChanges related to the tabs.Changes related to the tabs.