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]: Element for showing selection list #180

Open
10 tasks
odinr opened this issue Jan 17, 2022 · 0 comments
Open
10 tasks

[Select]: Element for showing selection list #180

odinr opened this issue Jan 17, 2022 · 0 comments
Labels

Comments

@odinr
Copy link
Collaborator

odinr commented Jan 17, 2022

  • create an element which resembles text-input or uses that element
  • add icon for show/hide list of provided selectable elements
  • use popper to show list of selectable items
  • add property callback for extracting text from selected element
  • show selected element or predefined element

features

  • allow disabling item
  • show active on focus
  • close list on blur

pr2

  • add provider component component for selection data
<SelectorProvider value={someDataProiverFunction() => ListItem}>
  <Selector  label="chose some awsome stuff"/>
<SelectorProvider />

pr3 (migh move to new issue)

  • allow multiple selections

@see

@odinr odinr added the prioritized ASAP label Jan 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant