-
Notifications
You must be signed in to change notification settings - Fork 259
Open
Description
Need to change subsequence of emits event
Right now is:
- .... some events
- placechanged
- input change
Right logic is
- ... someevents
- input change
- placechanged
Look at there:
If some body wants to validate input of autocomplete - he wants to have a point to get a value of vuegoogleautocomplete
that can make with @inputChange - to have fixed a valid selected data from autocomplete (not typed) wee need to use placechanged from your Readme.md. But on the moment exec the placechanged event we don't have a valid data input from selected result - because that inputChange was fired after placechanged.
@olefirenko can you some suggest with that?
Metadata
Metadata
Assignees
Labels
No labels