The Dyalog Control Input enhances the base HTML input element in a number of ways.

The first argument specifies the type of input field. HTML5 specifies a wide variety of input type; however different browsers vary in their support for these additional types.

The second argument specifies the initial value for the input field.

The third and fourth arguments specify the label and label position for the input field.

DescriptionInputOutput
Text input
Text input (label on right)
Number input
Password input
Range input
Controls used on this page: Dyalog: InputTable