nank1ro / flutter-shadcn-ui

shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
https://mariuti.com/shadcn-ui
MIT License
657 stars 42 forks source link

Search field for Select component #68

Closed komiljonovshohjahon closed 1 month ago

komiljonovshohjahon commented 1 month ago

Steps to reproduce

Hi I was wondering if you could add a functionality to filter options in the Select component. It is very handy for Desktop and Web apps.

Expected results

Screenshot 2024-05-20 at 16 36 43

Actual results

Screenshot 2024-05-20 at 16 36 43

Platform

MacOS, Windows, Linux, Android, iOS, Web

Code sample

Code sample ```dart [Paste your code here] ```

Screenshots or Video

Screenshots / Video demonstration [Upload media here]

Logs

Logs ```console [Paste your logs here] ```

Flutter Doctor output

Doctor output ```console [Paste your output here] ```
nank1ro commented 1 month ago

There is the ComboBox widget. https://ui.shadcn.com/docs/components/combobox Already added to the README as a todo

komiljonovshohjahon commented 1 month ago

Currently added like so inside options as a widget.

Screenshot 2024-05-20 at 16 41 15
komiljonovshohjahon commented 1 month ago

There is the ComboBox widget. https://ui.shadcn.com/docs/components/combobox Already added to the README as a todo

Are you working on this already, or have not started yet?

nank1ro commented 1 month ago

There is the ComboBox widget. https://ui.shadcn.com/docs/components/combobox Already added to the README as a todo

Are you working on this already, or have not started yet?

Not started yet