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/programatically. Changes - Use $nextTick to decide when to focus on search, instead of using setTimeout.
0.7.8
Bugs - The use of x-trap, focus_input() and click.outside seem to cause issues when the user is on mobile, and a keyboard is present. - On mobile, the search input field is not focused upon opening the dropdown.
0.7.7
Bugs - Simplify how multi-select field binds value & choices. - X-effect to parse value into proper array and bind to hidden input field. - Close missing div on select field.
0.7.6
Changes - Blocks to extend / override select choice items. - Glue custom css file to look nice out of the box.