OptionalautocompleteAttributes?: string[]Custom autocomplete attributes that will be added to the element during rendering
OptionaldefaultValue?: stringWhile this property is called defaultValue, it should actually be called
defaultId because it should not be set with a value from one of the
options in the options array. It must be set to the id of the option
from the options array to be chosen by default.
OptionalplaceholderValue?: stringOptionalsearchQuerystringParameter?: stringIf specified, a request will be made to the "searchUrl" with this querystring parameter assigned the value typed into the input, otherwise the querystring parameter will be "value" .
OptionalsearchUrl?: stringIf specified, a request will be made to the "searchUrl" allowing the options to be filtered on the server.
An element to display multiple options to a user and only allowing them to choose one.
The element must have an
idproperty with a value that is globally unique within the form definition.