* Select: Preserves focus after options selected
* Select: softFocus: Passing lint
Write test
* Select: Soft focus: Include input ref
* Revert src/index.js
* Update select.vue
* Select: Default focus on select does not open menu. Added attribute for automatic-dropdown. Includes tests
* Select: remove trailing space
* Select: Removing incorrectly applied automatic-update props from input elements
* Select: Fixed up references to correct focus tests
* Select
- Checking if automatic dropdown already revealed menu when toggling menu
- Updating test: removing timeouts for related test
* Update select.vue
* Added example that exposes the issue
* Fixed issue if select component has collapse tags and filtering enabled at the same time
* tests
* simpler tests
default-first-option: boolean
* if set to `true`, select first matching option on enter
* only works if `filterable` or `remote` is `true`
test is included
* Select: Fix Vuex compability when using multiple
* Adding timeout for first click to allow input event to propagate before second click
* Update select.vue