androidmode enum('dialog', 'dropdown')
On Android, specifies how to display the selection items when the user taps on the picker:
- 'dialog': Show a modal dialog. This is the default.
- 'dropdown': Shows a dropdown anchored to the picker view
androidmode enum('dialog', 'dropdown')
On Android, specifies how to display the selection items when the user taps on the picker:
Please login to continue.