Skip to content

1.8.0

Compare
Choose a tag to compare
@sawyerh sawyerh released this 21 Dec 19:04

💅 Changes

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