angular-google-places-autocomplete
angular-google-places-autocomplete copied to clipboard
Model updates with forceSelection enabled
Model currently gets updated as the user is entering data into the input. This shouldn't be the case if forceSelection is enabled. The model should remain the same until the user actually selects one of the items from the dropdown.
Similarly, a user hitting "esc" should leave the model value alone (back to whatever it was before they started changing it.
I'll work on a PR that makes this happen.
This is being addressed by PR #18.
Thanks for the fix man!