Skip to content

v0.7.9

Choose a tag to compare

@wesleyhstratusadv wesleyhstratusadv released this 05 Mar 20:46
· 224 commits to master since this release
245b855

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.