vitamin-compose icon indicating copy to clipboard operation
vitamin-compose copied to clipboard

feat: add access to popup properties from DropdownMenu

Open berrehailb opened this issue 2 years ago • 4 comments

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.

berrehailb avatar Jul 22 '22 08:07 berrehailb

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

GerardPaligot avatar Jul 25 '22 08:07 GerardPaligot

@MARIEDELATTRE @Sabrinavigil @SimonLeclercq lets talk about it in grooming session

ManonPolle avatar Jan 17 '23 10:01 ManonPolle

Validated in grooming session by @Decathlon/design-system-core-team-design

lauthieb avatar Jan 19 '23 09:01 lauthieb

@ManonPolle to create on vitamin-android repo too

lauthieb avatar Jan 19 '23 09:01 lauthieb