Is your feature request related to a problem? Please describe.
i need make address field required. if first time fill profile is ok. profile address is empty
but when i load profile for edit and address alredy filled, when im clear address field no event exist for reseting my data.
only if i selected new address from suggestion i can change data in my app..
or if user fill address with 'aqweqweqwe' string, i need reset my app data, because no suggestion found.
Describe the solution you'd like
can u add some event in onInputChange method? like in selectSuggestion method this.onChange
Hi,
Is your feature request related to a problem? Please describe. i need make address field required. if first time fill profile is ok. profile address is empty but when i load profile for edit and address alredy filled, when im clear address field no event exist for reseting my data. only if i selected new address from suggestion i can change data in my app.. or if user fill address with 'aqweqweqwe' string, i need reset my app data, because no suggestion found.
Describe the solution you'd like can u add some event in onInputChange method? like in selectSuggestion method this.onChange