-
Notifications
You must be signed in to change notification settings - Fork 34
[Feature] Select input with search #89
Comments
I'm trying this one! |
I had something link https://developer.snapappointments.com/bootstrap-select/examples/#live-search in mind for this component that can be re-used anywhere on the app 🙂 You could use your already done work an built a button that can be imported to open a modal with a list to search. |
So, will this be a general search, a general component and that the options will be called according to where I am? |
Sorry, this somehow got lost in my notifications. It should be a reusable component like this https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/components/Forms/Select.svelte but with the ability to search through the results, similiar to this: |
It will get a value variable exactly like here: https://github.com/TorstenDittmann/OmniaWrite/blob/dev/src/components/Forms/Select.svelte#L15-L17 |
Create a select input with the ability to search for something.
Take https://github.com/TorstenDittmann/OmniaWrite/blob/master/src/components/Forms/Select.svelte as an example.
It should be responsive, that means on mobile view it opens a fullscreen list with a search input at the top.
The text was updated successfully, but these errors were encountered: