[Autocomplete] onInputChange it's fired in wrong moments #18568
Labels
component: autocomplete
This is the name of the generic UI component, not the React module!
good first issue
Great for first contributions. Enable to learn the contribution process.
I don't know if I'm not understanding how it works or it's a bug, but onInputChange is executed when the component is mounted and when the TextField loses the focus.
Current Behavior 😯
onInputChange is been fired when the component is mounted and when the TextField loses the focus.
Expected Behavior 🤔
onInputChange has to be fired only when the TextField has really fired
Steps to Reproduce 🕹
Steps:
Your Environment 🌎
The text was updated successfully, but these errors were encountered: