Clearing of AutoComplete lacks callback #18957
Labels
bug 🐛
Something doesn't work
component: autocomplete
This is the name of the generic UI component, not the React module!
Current Behavior 😯
Clearing the TextField by use of AutoComplete's clear indicator does not trigger any callbacks (onInputChange, onChange, onOpen, onClose). It also does not trigger the TextField's onChange callback either.
Expected Behavior 🤔
Trigger onChange, onInputChange or a new callback if required.
Steps to Reproduce 🕹
Steps:
Context 🔦
Tracking the state of the TextField will require querying of the TextField on submission.
Your Environment 🌎
The text was updated successfully, but these errors were encountered: