-
-
Notifications
You must be signed in to change notification settings - Fork 51
Open
Description
- Support overriding Apply/Cancel buttons
- Useful for i18n support, along with changing button style (
variant="fill"
vs"variant="fill-light"
, etc) - Maybe add a
listActions
slot, or haveactions
override all actions? - Should
on:click
(applying) be moved to a surrounding<form>
? Does this impact a high level<form>
if so (stopPropagation?) - See: Consistent and configurable OK/Cancel buttons #240
- Useful for i18n support, along with changing button style (
- Support applying immediately on check (how does that effect showing the selected items at the top)
- Support applying on Menu blur (
MultiSelectField
only) - Improve accessibility
- Keyboard up/down and enter to select (similar to
SelectField
)
- Keyboard up/down and enter to select (similar to
- Prop to show selections as chips
See discussion for some context
Metadata
Metadata
Assignees
Labels
No labels