Autocomplete

Usage and props

PropTypeDescription
disabledBooleanit specifies that the autocomplete should be disabled.
*valueStringvalue of the autocomplete input
*setValuefunctiona function for handling the autocomplete value
*suggestionsArray[String]Array of options used to autocomplete input
notFoundString | React Nodemessage to display when no suggestion is available
labelStringlabel of the field
nameStringname of the field

Example