vitamin-compose
vitamin-compose copied to clipboard
feat: add access to popup properties from DropdownMenu
Is your feature request related to a problem? Please describe. I was needing to have the same functionality that AutoCompleteTextView but using Vitamin Compose. But I can't access to PopupProperties because it's not targetable using VitaminMenus.Dropdown.
Modify the PopupProperties will enables me to change the default properties from focusable to not focusable in order to continue to type text even if dropdown is appearing.
Describe the solution you'd like I would like to have the possibility to define my own PopupProperties from VitaminMenus.Dropdown.
We have a text input component with a dropdown docked (VitaminTextInputs. OutlinedDropdown(...)
(doc) and VitaminTextInputs.FilledDropdown
(doc)) but I think this component doesn't fit your need too because the text input isn't editable (according to the design specification).
We should be able to improve this last component to fit your needs but we need to improve first the design specification of the component if the design system team is okay with that. ping @SimonLeclercq @Sabrinavigil @MARIEDELATTRE
@MARIEDELATTRE @Sabrinavigil @SimonLeclercq lets talk about it in grooming session
Validated in grooming session by @Decathlon/design-system-core-team-design
@ManonPolle to create on vitamin-android repo too