showPicker method
void
showPicker()
The HTMLSelectElement.showPicker()
method displays the browser
picker for a select
element.
This is the same picker that would normally be displayed when the element is selected, but can be triggered from a button press or other user interaction.
Implementation
external void showPicker();