2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Commit Graph

820 Commits

Author SHA1 Message Date
Jeff Sagal 99a45f44b6 update left padding for actions RTL (#614) 2018-08-12 22:33:35 -07:00
Jeff 6ab362c29d ditch codecov 2018-08-12 22:32:03 -07:00
Jeff dee9382f42 take coveralls for a spin 2018-08-12 22:21:55 -07:00
Jeff 70770a06d7 whoops, bump travis config 2018-08-12 21:55:39 -07:00
Jeff 74a563fb1e bump travis config 2018-08-12 21:48:50 -07:00
Jeff f8385795f3 add code coverage 2018-08-12 19:46:26 -07:00
Jeff e602cb8805 update travis config 2018-08-12 19:41:11 -07:00
Jeff ccf5a902cf simplify test command (should get travis-ci back to green) 2018-08-12 19:40:13 -07:00
Jeff c24512cf6a drop vue-resource dev-dep 2018-08-12 19:39:06 -07:00
Jeff 945e908e3f update mixins to ES6 module exports 2018-08-12 19:38:51 -07:00
Jeff 48782a7664 Fix slot warning, update to slot-scope 2018-08-12 19:29:27 -07:00
Jeff 80eefd414e disable linting on data files 2018-08-12 19:26:18 -07:00
Jeff b8696bcee9 Update gitignore, add build:dev command 2018-08-12 19:22:12 -07:00
Jeff 046d4ced34 Update yarn dev command and environment 2018-08-12 18:16:10 -07:00
Jeff 1c15fa0abd Fix console output in Jest runs 2018-08-12 13:51:09 -07:00
Jeff c03b634a24 Complete labels spec 2018-08-12 13:42:07 -07:00
Jeff 0946165e9c Complete dropdown spec 2018-08-12 13:25:13 -07:00
Jeff 4b5601b572 Complete deselecting spec 2018-08-12 13:05:26 -07:00
Jeff 8e22400ce4 refactor ajax tests to use helpers 2018-08-12 12:33:30 -07:00
Jeff eed25d7a5a - migrate tagging spec
- add helpers
2018-08-12 12:33:13 -07:00
Jeff 3c2e8c1f03 Complete 'index' prop tests 2018-08-12 11:47:56 -07:00
Jeff 294d16913f Complete pointer specs 2018-08-12 11:23:59 -07:00
Jeff 1554080852 Complete Layout specs 2018-08-12 09:56:38 -07:00
Jeff 3078fa62d9 Complete AJAX specs 2018-08-12 09:51:36 -07:00
Jeff 143874a58c Further progress on test suite migration, all tests moved out of old files 2018-08-11 22:44:06 -07:00
Jeff d4954de84d Complete 'selecting' test suite 2018-08-11 14:45:33 -07:00
Jeff Sagal 9d9b939a58 Merge pull request #373 from adi518/master
Fix Dropdown closing abruptly when clicking scrollbar under IE
2018-08-09 21:07:17 -07:00
Jeff Sagal 70c3129e74 Merge pull request #611 from sagalbot/bug/hidden-input
Bug/hidden input
2018-08-09 20:53:40 -07:00
Jeff a8644d17d9 add sans-serif font to dev env 2018-08-09 20:51:05 -07:00
Jeff 46adb3204a Fix 0 height search input 2018-08-09 20:50:33 -07:00
Jeff 459fcb9c89 start converting unit tests 2018-08-09 20:09:56 -07:00
Jeff de734846c7 pull config to package.json 2018-08-09 20:08:48 -07:00
Adi Sahar da5c6baa28 Merge branch 'master' into master 2018-08-09 19:23:52 +03:00
Jeff 5c251f52e0 Remove build and config folders 2018-08-07 23:03:45 -07:00
Jeff c0ff41403b vue cli scaffolding in place 2018-08-07 23:00:31 -07:00
Jeff e8e5eff553 Merge branch 'kball-add-select-on-tab-option'
# Conflicts:
#	src/components/Select.vue
2018-08-07 21:16:44 -07:00
Jeff 237e946c19 Pull onTab up to prop, add test 2018-08-07 21:13:34 -07:00
Jeff 6866dee6b4 Merge branch 'click-tag-to-toggle-dropdown' of https://github.com/stevenharman/vue-select into stevenharman-click-tag-to-toggle-dropdown
# Conflicts:
#	src/components/Select.vue
2018-08-07 20:58:13 -07:00
Jeff 3d819e55f7 Merge branch 'stevenharman-flexbox-based-layout'
# Conflicts:
#	src/components/Select.vue
#	test/unit/specs/Select.spec.js
2018-08-07 20:50:57 -07:00
Jeff adb1c88220 - Update v-select__ prefix to vs__ for brevity
- Adjust right padding on dropdown indicator
- remove dead clearfix code / class
2018-08-07 20:36:19 -07:00
Jeff b0f58d7793 Merge commit 'b92428101f1c6d4aa1fe864a88eb7079c245e009'
# Conflicts:
#	test/unit/specs/Select.spec.js
2018-08-07 19:47:13 -07:00
Jeff Sagal af4e55cc93 Merge pull request #607 from beattyml1/master
Added combobox, listbox, and option roles, Closes #606
2018-08-02 21:20:47 -07:00
Matthew Beatty 7e3f455154 Also indicate whether or not dropdown is expanded 2018-08-01 13:26:47 -04:00
Matthew Beatty d00b567428 Added the combobox, listbox, and option roles to the input, ul, and li items respectively per W3C spec, Closes #606 2018-08-01 13:04:08 -04:00
Steven Harman 9a5d666bd1 Maintain stable height when selected
We need the selected-tag and input to have the same line height, and
same border widths so the height of the content (either a selected-tag
or the input) is stable. Otherwise the v-select will change height by a
few pixels when a value is selected vs empty.
2018-07-20 11:44:04 -04:00
Steven Harman faa548106f Remove unnecessary positioning rule.
This is left over from the days of absolutely-positioning the select
elements.
2018-07-19 16:44:56 -04:00
Steven Harman 34a3a34a99 Use relatively-sized close trigger
So that it respects changes in the font-size of the select itself.
2018-07-19 16:44:46 -04:00
Steven Harman 76cfd7cad9 Clicking a selected tag toggles dropdown 2018-07-19 16:31:27 -04:00
Steven Harman 3ef668e078 Rely on flexbox adjusting input size
Except when "hidden", when we want it to to make it invisible, but still
focusable.
2018-07-19 15:25:52 -04:00
Steven Harman 22449bc3f2 Give actions full height, but center them visually
Meaning the are larger click targets, but still centered in the box.
2018-07-19 12:51:07 -04:00