v0.7.9
·
224 commits
to master
since this release
0.7.9
Bugs
- Fix CSS of the search_and_select_field to be less jarring when focus is shifted from the button to the search input field.
- Add a watcher to the select_field and search_and_select_field so the value can be changed/displayed dynamically/programmatically.
Changes
- Use $nextTick to decide when to focus on search, instead of using setTimeout.