KeyinFieldProps Interface
Beta
Properties controlling how a KeyinField is created.
Properties
| Name | Type | Description | |
|---|---|---|---|
| baseId | string | Required, unique ID prefix used to produce unique IDs for child elements. | |
| historyLength | undefined | number | The maximum number of submitted key-ins to store in the history. | |
| localization | undefined | KeyinFieldLocalization | Controls whether localized and/or non-localized keyin strings appear in the autocompletion list. | |
| parent | undefined | HTMLElement | If supplied, the keyin field's elements will be added as children of this parent element. | |
| wantButton | undefined | boolean | Default: false. | |
| wantLabel | undefined | boolean | Default: false. |
Defined in
Last Updated: 30 November, 2023