Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

style:false causes javascript error #258

Closed
zeckon opened this issue Jun 26, 2016 · 0 comments
Closed

style:false causes javascript error #258

zeckon opened this issue Jun 26, 2016 · 0 comments

Comments

@zeckon
Copy link

zeckon commented Jun 26, 2016

Hello,
when using style:false in options, it adds -nostyle to input which causes it to have the class ap-nostyle-input.

However places.js is trying to add an eventlistener to ap-input at line 128:
autocompleteContainer.querySelector('.ap-input').addEventListener
and causing a js error.

@vvo vvo closed this as completed in f77ef97 Jun 26, 2016
vvo pushed a commit that referenced this issue Jun 26, 2016
## [1.1.7](v1.1.6...v1.1.7) (2016-06-26)

### Bug Fixes

* **style:** fix style: false option ([f77ef97](f77ef97)), closes [#258](#258)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant