InputBox
A concrete QuickInput to let the user input a text value.
Note that in many cases the more convenient window.showInputBox is easier to use. window.createInputBox should be used when window.showInputBox does not offer the required flexibility.
Properties
Buttons for actions in the UI.
Determines if the UI should stay open even when losing UI focus. Defaults to false. This setting is ignored on iPad and is always false.
An event signaling when the user indicated acceptance of the input value.
An event signaling when the value has changed.
An event signaling when a button was triggered.
Optional placeholder text shown when no value has been input.
An optional total step count for multi-step input flows.
An optional validation message indicating a problem with the current input value.
Selection range in the input value.