API Reference > frontend-devtools > Widgets > KeyinFieldProps 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 frontend-devtools/src/widgets/KeyinField.ts Line 39 Last Updated: 11 June, 2024