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

Searchable dropdown, radio button, bug fixes #47

Merged
merged 12 commits into from
Jan 23, 2025
Merged

Conversation

alycejenni
Copy link
Member

the "change" event on ZoaInput (i.e. the one the user is probably listening to) is triggered by "update:modelValue" from the nested input component. This change event was being debounced by 0ms because there's no delay on the wrapper, and the update event wasn't being debounced at all, so there was effectively no delay/debounce on the whole chain.

Closes: #36
autocomplete is not a dropdown; what you type should be the value you get (even if you don't click an option). Partially fixes #38.
same as multiselect search: basic fuzzy string filtering, can be disabled to implement custom search, disabled by default
to clarify purpose and match other input types (i.e. dropdown, autocomplete)
needed to support searchable dropdown.

Closes: #42
not sure what the goal was before (it didn't actually seem to do anything), but this makes more sense
If there's no help text and the label is on the right, the label should take up the remaining space. This is useful for dropdowns/multiselects so that the whole item (mostly) is clickable rather than just the text.
@alycejenni alycejenni merged commit 0030be8 into dev Jan 23, 2025
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant