-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add search / autocomplete functionality/option to Select component #238
Comments
borisdiakur
added
feature
Issues that describe new features.
needed: votes
Enhancement suggestion which needs votes, before it gets addressed by the contributors.
labels
Jan 17, 2022
Thank you @isopterix We are tracking this in our feature backlog now. |
borisdiakur
added
accepted
Issues with this label are issues that the core team has accepted on to the roadmap.
needed: design decision
Issues that need a design decision are blocked for development.
and removed
needed: votes
Enhancement suggestion which needs votes, before it gets addressed by the contributors.
labels
Jun 1, 2022
@NicolasBlock91 Can you come up with how the select component should look when something has been selected using an input field? |
borisdiakur
removed
the
needed: design decision
Issues that need a design decision are blocked for development.
label
Jun 22, 2022
borisdiakur
added
the
in progress
This label indicates that the issue is currently being worked on.
label
Jul 13, 2022
borisdiakur
added a commit
that referenced
this issue
Jul 16, 2022
12 tasks
borisdiakur
added a commit
that referenced
this issue
Jul 19, 2022
borisdiakur
added a commit
that referenced
this issue
Jul 25, 2022
renet
pushed a commit
that referenced
this issue
Jul 27, 2022
Is this feature available yet? @borisdiakur |
github-actions bot
pushed a commit
that referenced
this issue
Jul 27, 2022
# [2.4.0](v2.3.1...v2.4.0) (2022-07-27) ### Bug Fixes * **ld-select:** remove popper in disconnected callback ([20e92f8](20e92f8)), closes [#389](#389) * **ld-tooltip:** remove popper in disconnected callback ([b59c123](b59c123)) ### Features * **ld-button:** add danger-secondary mode ([edc52ae](edc52ae)) * **ld-select:** add filter feature ([b6a84ee](b6a84ee)), closes [#238](#238) * **ld-stepper:** add interaction styles ([f1a6a66](f1a6a66)) * **ld-stepper:** add progress indicator component ([8cdd327](8cdd327)) * **ld-tabs:** floating mode ([0d8f4f4](0d8f4f4))
🎉 This issue has been resolved in version 2.4.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
borisdiakur
added
done
and removed
in progress
This label indicates that the issue is currently being worked on.
labels
Aug 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Since this is currently missing the only option is to either (a) build something on your own or (b) us a dedicated form which offers both a filter field and a select to finally choose from.
Describe the solution you'd like
A combination of an Input component with a Select component which would allow the user to reduce the number of items to choose from in the list of possible options within the Select component.
Describe alternatives you've considered
Not yet.
The text was updated successfully, but these errors were encountered: