2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-23 03:54:04 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Jeff Sagal 2eb39087fd feat: add autoscroll boolean prop (#1160)
* feat: add autoscroll boolean prop

Fixes #449

* refactor: update autoscroll implementation

Closes #1028
Closes #910

* refactor: only call maybeAdjustScroll in the watcher

* docs: upgrade vuepress
2020-04-12 15:44:52 -07:00
Jeff Sagal bc0d6d219d fix: Add and update WAI-ARIA 1.1 combobox propeties (#1068)
* Add aria 1.1 combobox properties

* Update dropdown test to account for v-show changes

* test: fix dropdown tests

* test: fix pointer scroll warnings

* refactor: implement uniqueId function

* fix: close #1072

remove empty button

Co-authored-by: Jeff Sagal <sagalbot@gmail.com>
2020-03-04 20:08:18 -08:00
Jeff 945e908e3f update mixins to ES6 module exports 2018-08-12 19:38:51 -07:00
Jeff cb324e0240 Revert "Fix linter" 2018-01-04 16:53:29 -08:00
Lexxus 4bf6c0ce44 Fix code style issues 2017-12-29 12:07:15 +02:00
Jeff Sagal b096555b68 component
- switch to `v-if` (#98)
- update array string filter to be case-insensitve

testing
- update karma to hide output from skipped tests
- skip scroll down test until http://github.com/vuejs/vue-loader/issues/434 is resolved

build
- add dev.html to be used as entry point for development
2017-01-24 22:23:15 -08:00
Rajesh Akkineni ee423394e3 Fixed more issues reported by vue-migration-helper 2016-10-20 09:08:26 +05:30
Jeff Sagal 699e5de0d7 Merge branch 'master' into mixins
# Conflicts:
#	src/components/Select.vue
#	src/mixins/pointerScroll.js
2016-06-03 11:00:25 -07:00
Jeff Sagal 49be0a1694 use module.exports for mixins 2016-06-02 10:55:49 -07:00
Jeff Sagal 3c668fd45e separate typeahead pointer logic into mixin 2016-05-31 17:11:13 -07:00
Jeff Sagal 737ab8d1fc separate logic into mixin, complete test coverage with mocks and spies 2016-05-31 13:54:36 -07:00