XF-Material-Library
XF-Material-Library copied to clipboard
Dropdown menu.
It would be great to have a dropdown menu like in here: https://material.io/components/menus/?image=https%3A%2F%2Fstorage.googleapis.com%2Fspec-host-backup%2Fmio-components%252Fassets%252F0B54x0KDcs5U-aUp4eDJOWW0yUFE%252Foption-exposed-line-item.png#usage
Platforms affected (mark all that apply)
- [ ] :iphone: iOS
- [x] :robot: Android
- [ ] :checkered_flag: WPF
- [ ] :earth_americas: UWP
- [ ] :apple: MacOS
- [ ] :tv: tvOS
- [ ] :monkey: Xamarin.Forms
As an Equivalent you can take the normal MaterialTextField and change the InputType to Choice
<material:MaterialTextField InputType="Choice"
Placeholder="Konfiguration"
Choices="{Binding MotorSteuerzeiten}"
SelectedChoice="{Binding MotorSteuerzeit}"
ChoicesBindingName="Name" />