- Removed id #search in px-typeahead and used the class variable .search__box.
- This ensures no duplicate 'non-unique id' error that chrome console checks for.
- fire deselect event on clear
- add clear icon for resetting typeahead
- reduce icon-set imports
- add required property and validation error state (#7)
- fix keyboard scrolling (#24)
- Polymer 1.x/2.x hybrid support
- fix #23, whitespace issue
- add device flags
- clean up docs (#21, #22)
- move & fix simple demo
- fix comment for event (#19)
- fix comment for analyzer
- runtime theme for demo
- Fix demo on IE11
- Update the way the icon is displayed
- update readme and fix minor typos
- major revision to pick up dependencies for redesign
- added word-wrap to fix #10
- component redesign
- reworked the input to use px-icon
- added px-polymer-font-awesome to bower.json
- added event
px-typeahead-search-input-change
- Cleaned up code by using px-forms-design instead of custom css to create search icon in input field
- Separated out inputValue and value properties
- removed some css variables
- fixed arrow up and down bug throwing error if there's no result.
- added px-dark-demo-theme
- added new demo component
- Update colors design to pick up new colors
- changing ghp.sh to account for Alpha releases
- update dependencies
- update buttons design dependency
- fixed behavior of pressing enter. Hopefully, for good.
- fixed typo in bower.json file
- fixed a bug that didn't select a single result.
- turned off autocomplete for input field
- updated styles for dark theme
- updating slider dependency
- changing all devDeps to ^
- Update px-theme to 2.0.1 and update test fixtures
- update dependencies for dropdown
- changing Gruntfile.js to gulpfile.js
- bower updating px-demo-snippet
- added style variables for theming
- aligned design with px-forms-design
- small readme change
- added siabled property
- made the event fired the same for mouse click as enter.
- fixed bolding issue.
- Initial release