- add keyboard up, down, escape, enter support (closes #4)
- add geoJSON support (closes #2)
- refactor to support multiple instances (on same view / page - previously this did not work; could only use one at a time)
- add
googleOptions
pass through option for customization and no longer default to US countries only
- change to default
stopTimeoutOnKeyup
option to false since some Android Cordova apps were not displaying results. Worse for performance but should fix this issue.
- update for autoform v5.0
- fix instance issue where dropdown would disappear or show old values sometimes after the first use
- added iOS 3rd party keyboard support!
- set the new boolean
stopTimeoutOnKeyup
option to false to ensure this works even when toggling back and forth between keyboards (by default, for performance, 3rd party keyboards work BUT as soon as a keyup is dectected, the timeout stops running so if a regular keyboard is used and THEN a 3rd party keyboard is used later, the 3rd party keyboard will no longer work anymore)
- set the new boolean
- option naming change: changed from
standard
togoogleUI
for using the standard GoogleUItype
option - styling (box-sizing on dropdown, colors)