KeyinField Class
Beta
A textbox allowing input of key-ins (localized tool names) combined with a drop-down that lists all registered key-ins, filtered by substring match on the current input.
Press enter or click the Enter button to run the key-in.
Methods
| Name | Description | |
|---|---|---|
| constructor(props: KeyinFieldProps): KeyinField | ||
| focus(): void | ||
| loseFocus(): void | ||
| selectAll(): void |
Properties
| Name | Type | Description | |
|---|---|---|---|
| keyins Readonly | string[] | ||
| textBox Readonly | TextBox |
Defined in
Last Updated: 30 November, 2023