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

Select Autocomplete with more options #333

Open
jsinhSolanki opened this issue Oct 27, 2018 · 0 comments
Open

Select Autocomplete with more options #333

jsinhSolanki opened this issue Oct 27, 2018 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@jsinhSolanki
Copy link
Contributor

jsinhSolanki commented Oct 27, 2018

Is your feature request related to a problem? Please describe.
I am building searchbar with auto-complete feature. My searchbar also have icons on its right.

  1. I want to display search icon inside select input just like we have in input component.(icon support)
  2. So, problem is I get down arrow from select component which I don't want to display.(can be optional)
    3.Next problem is suggested list of items don't have any specific class which shows auto-suggestion list is active(select div get "activeOptions" class but its suggestion list don't have any specific class) therefor I can't style that suggestions list as my need. (Note: I have multiple select component on single page thats why unique class is required)
  3. Placeholder is also important (must required)

Describe the solution you'd like

  1. Solution to first problem can be vs-icon same as input component.
  2. you can give not-arrow property just like we have in collapse component.
  3. unique class can be solution.
  4. Same as input component
@luisDanielRoviraContreras luisDanielRoviraContreras added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Oct 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants