angular-google-places-autocomplete icon indicating copy to clipboard operation
angular-google-places-autocomplete copied to clipboard

Model updates with forceSelection enabled

Open jasonaden opened this issue 10 years ago • 2 comments

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.

jasonaden avatar Mar 27 '15 13:03 jasonaden

This is being addressed by PR #18.

jasonaden avatar Mar 28 '15 13:03 jasonaden

Thanks for the fix man!

jimmyt1988 avatar Apr 07 '15 19:04 jimmyt1988