FormAutocomplete
FormAutocomplete supports all props and events of
Autocomplete and
also have some additional features
You can have complex objects as item and you can use
key
prop to extract the data that you need from Autocomplete.
You can set the
valid
or
invalid
boolean properties to apply the valid
or invalid state to a Autocomplete.
You can set a message below of Autocomplete like this
You can customize options of FormAutocomplete like this:
You can set width of each Form elements in a form using
col
prop.
You can mark it as a required field like this.