Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MultiSelect[Field] improvements #149

Open
3 tasks
techniq opened this issue Dec 4, 2023 · 0 comments
Open
3 tasks

MultiSelect[Field] improvements #149

techniq opened this issue Dec 4, 2023 · 0 comments

Comments

@techniq
Copy link
Owner

techniq commented Dec 4, 2023

  • 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 have actions override all actions?
    • Should on:click (applying) be moved to a surrounding <form>? Does this impact a high level <form> if so (stopPropagation?)
  • Support applying immediately on check (how does that effect showing the selected items at the top)
  • Support applying on Menu blur (MultiSelectField only)

See discussion for some context

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant