Suggestions Mode for Combobox - Allow User Entered Values #543
Replies: 3 comments 1 reply
-
@pitbully this should already by possible by passing a flux:input to the input slot on the select, which will allow you to wire:model to it to get the new value. See here https://fluxui.dev/components/select#the-input-slot |
Beta Was this translation helpful? Give feedback.
-
@joshhanley It actually doesn't appear to be possible right now. I think because the variant "combobox" adds If I modify the flux combobox variant for select so that
Seems to work as expected |
Beta Was this translation helpful? Give feedback.
-
My modification to
|
Beta Was this translation helpful? Give feedback.
-
I would like to be able to use Combobox variant of select to be a "suggestion" only mode where values not in the option list are allowed to be submitted.
https://www.w3.org/WAI/ARIA/apg/patterns/combobox/
Based on the w3 spec, one of two common use cases is as such
In order to implement something similar right now, I did the following:
Beta Was this translation helpful? Give feedback.
All reactions