Optional
cancelAllows for the cancel option to be specified. Allow for special styling.
'Cancel'
Optional
createHook for create custom options buttons
The option is passed as the children
prop and as the second argument
Optional
defaultAllows for the option will be the default selected option and the enter key trigger.
The first option
Optional
descriptionDisplay text information for the user to make a decision.
Optional
iconDisplay an icon next to the description for additional context
Not yet implemented
Optional
initialOptional
inputOptional
inputOptional
inputCss style for input
Optional
onOptional
input: stringOptional
option: stringOptional
onCall when an option is selected.
It is possible that the option can be both a cancel and a default option.
Optional
onCall when an option is selected. If false is returned, the the dialog will not close. Notification is not provided but can be supplied via the textFieldProps helperText property.
Optional
input: stringOptional
option: stringOptional the textProps can be updated via the textFieldProps argument
Optional
onCall when an option is selected. If false is returned, the the dialog will not close. Notification is not provided but can be supplied via the textFieldProps helperText property.
Optional
option: stringOptional
optionsThe options as a list of strings
Optional
titleThe title of the options panel
Configuration for an options dialog.