-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: add access to popup properties from DropdownMenu #31
Comments
We have a text input component with a dropdown docked ( 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 |
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.
The text was updated successfully, but these errors were encountered: