1.8.0
💅 Changes
- The
<Autocomplete>
component now passes any undocumented props directly toDownshift
, which is used internally for controlling the autocomplete interactions and state. - Event handlers passed into the
TextField
child ofAutocomplete
are now used cloned so that they're not overwritten. onInputValueChange
prop was added as a documented prop toAutocomplete
for gathering child input value