Present a single-select dialog (with a preselected defaultKey) and resolve to the chosen key, or null if dismissed. Side-effect-free.
defaultKey
null
The dialog window title.
The select field label.
The { key: label } options.
{ key: label }
The pre-selected option key.
The chosen key, or null if the dialog was dismissed.
Present a single-select dialog (with a preselected
defaultKey) and resolve to the chosen key, ornullif dismissed. Side-effect-free.