Component Select - New approach proposed #1565
turolopezsanabria
started this conversation in
Ideas and new features
Replies: 2 comments
-
Is it possible that the Select component has no problem? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Maybe we can create props for customize the DropdownList position (idk if applies to Select&Autosuggest component or on DropdownList directly) but here a visual idea.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As discussed many times, and again during our 210609 - Weekly Sync, I think it's time to tackle many issues related with the component
select
.Proposal
Approach the component select and the many applications around it from scratch.
Instead of linking the select input to an opinionated display (dropdown list), let the select to simply behave as an input that calls different elements depending on the need:
Select
: Just the select inputSelect native
: The input + Will display anative picker
Select popover
: The input + Will display apopover
when clickedSelect dropdown
: The input + Will display adropdown
list when clickedSelect modal
: The input + Will display amodal
when clickedSelect drawer
: The input + Will display adrawer
when clickedImportant stuff to take into consideration
Beta Was this translation helpful? Give feedback.
All reactions