SelectQuoteLabs / SQForm

Internal Form library utilizing Formik, Yup and Material-UI
MIT License
13 stars 10 forks source link

SQForm Autocomplete issue - add onInputChange prop #65

Closed umerjamal100 closed 3 years ago

umerjamal100 commented 3 years ago

We need to use onChange for SQFormAutocomplete to get SmartyStreets addresses but it is not fired when we type or update, it is being fired when we select the option, while it is working fine for SQFormTextField. The current functionality is that we have to select an option to trigger that.

Suggestion: We need to implement onInputChange in our component, currently, we have onChange implemented only.

Please refer to the attached video for further details. loom video related to issue

Chris-Boyle commented 3 years ago

I can start looking at this.

SeanGroff commented 3 years ago

:tada: This issue has been resolved in version 2.7.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: