Erik Nygren
970d1da3c2
Fixing unexpected linebreak on single selects
...
What
---
- Hiding the search input field if the component is in the single value
option.
- Making the search input field full width if no options are selected in
either single or multi select mode.
- Shrinking it to width auto if there are selected entries in multi
mode.
Why
---
The component broke into two lines when selecting a a value in single
mode, because an empty, non-interactable input field was pushed down to
the next row if the selected entry had a long label.
2018-04-18 13:22:11 +01:00
Jeff
173f0bfea0
Merge pull request #470 from dbezborodovrp/feature/clear-button-flag
...
Clear button flag.
2018-02-28 10:25:44 -08:00
Damien Bezborodov
50c4edef14
Clear button flag.
...
New prop, 'clearable': Can the user clear the selected property?
Usage, :clearable="false" (defaults to true.)
See issue #463 .
2018-02-23 21:57:25 +10:30
Jeff
546b27d7d2
Merge pull request #444 from rubjo/patch-1
...
Match tags :)
2018-02-01 09:22:38 -08:00
rubjo
5d64b52c9f
Match tags :)
2018-02-01 13:12:48 +01:00
Jeff
e0680bce86
Merge pull request #438 from enid-colic/browser_autocomplete_fix
...
Disable browser autocomplete FIX
2018-01-23 14:12:50 -08:00
enid-colic
cd53e5d1c4
Disable browser autocomplete FIX
2018-01-23 21:41:47 +01:00
Jeff
bdb2963e93
Merge pull request #437 from sagalbot/maintenance/bump-travis-config
...
improve build speed by only building/testing on the latest node version
2018-01-23 09:37:55 -08:00
Jeff
e35e2ac100
Merge pull request #436 from sagalbot/feature/dont-deselect-when-clicking-selected-options
...
dont deselect when clicking selected options
2018-01-23 09:01:45 -08:00
Jeff
ee39ceb448
improve build speed by only building/testing on the latest node version
2018-01-23 08:59:08 -08:00
Jeff
b3a551c836
never deselect options from the dropdown
2018-01-23 08:48:23 -08:00
Jeff
22d2004e2f
uncomment dev env from previous PR
2018-01-23 08:47:56 -08:00
Jeff
843f39d5bc
Merge pull request #435 from sagalbot/bug/home-page-text-jump
...
Bug/home page text jump
2018-01-22 19:19:13 -08:00
Jeff
a861b16553
just redirect on option click
2018-01-22 19:17:38 -08:00
Jeff
df0cc83e05
- add vue-select as a dev dependency so that the homepage is always using the latest release
...
- fix text-align:center issue on homepage
2018-01-22 19:09:43 -08:00
Jeff
c98e5fb2e5
Merge pull request #433 from sagalbot/maintenance/update-dev-env
...
Maintenance/update dev env
2018-01-22 19:03:26 -08:00
Jeff
ec930c5b53
maybe try committing the right file 🤦♂️
2018-01-22 19:02:38 -08:00
Jeff
eec0302a60
Revert "devtools are always on"
...
This reverts commit 4ead15f7bf .
2018-01-22 19:02:09 -08:00
Jeff
4ead15f7bf
devtools are always on
2018-01-22 19:01:06 -08:00
Jeff
011ad4fa87
move development files into their own folders, organize data sources
2018-01-22 18:21:25 -08:00
Jeff
80585c1a3b
Merge pull request #432 from sagalbot/bug/typo
...
fix homepage typo, closes #431
2018-01-22 18:07:12 -08:00
Jeff
9f0021572b
fix homepage typo, closes #431
2018-01-22 18:06:33 -08:00
Jeff
a88d827333
Merge pull request #428 from sagalbot/maintenance/doc-fixes
...
bump readme, fix null anchor
2018-01-18 14:23:39 -08:00
Jeff
3cb698e4c7
bump readme, fix null anchor
2018-01-18 14:23:15 -08:00
Jeff
cbec6f0b29
Merge pull request #427 from sagalbot/maintenance/update-tagging-example
...
update taggable example
2018-01-18 13:43:15 -08:00
Jeff
2cde8951e4
update taggable example
2018-01-18 13:42:49 -08:00
Jeff
1cb5e9eafa
Merge pull request #426 from sagalbot/maintenance/update-localization-docs
...
improve Localization docs
2018-01-18 13:28:55 -08:00
Jeff
6b61d6aacb
improve Localization docs
2018-01-18 13:27:53 -08:00
Jeff
58690791e8
Merge pull request #421 from MarZab/issue-350
...
The temporary option when using taggable should be a Object
2018-01-18 09:02:17 -08:00
Jeff
860e4391b0
Merge pull request #420 from sagalbot/feature/customize-tags
...
Custom Label Slot
2018-01-15 20:06:12 -08:00
Jeff
a3f62ad733
Merge branch 'feature/custom-filter'
...
# Conflicts:
# dev.html
# yarn.lock
2018-01-15 20:02:51 -08:00
Jeff
f72d460e6c
Merge pull request #422 from sagalbot/gitbook
...
Updated Homepage, GitBook Docs
2018-01-15 19:26:45 -08:00
Jeff
af9d7f7198
remove octicons
2018-01-15 16:14:07 -08:00
Jeff
724cf09423
remove docs folder before copying
2018-01-15 15:58:31 -08:00
Jeff
ce6d3ea2cd
- dont destroy /dist/ when building homepage
...
- update public path (should work this time!)
- load octicons from CDN
2018-01-15 15:52:31 -08:00
Jeff
a0ba4b4c3b
fix loading of scripts, but broke loading of icons
2018-01-15 15:39:39 -08:00
Jeff
781ec4b734
add delpoy command
2018-01-15 15:29:00 -08:00
Jeff
b9a477048a
update splash page
2018-01-15 15:25:36 -08:00
Jeff
17312da2fa
update build process for docs
2018-01-15 15:25:22 -08:00
Jeff
e236c47300
remove old docs, update build/dev scripts
2018-01-15 14:25:16 -08:00
Jeff
c5ef46f463
finalize docs, ready to merge
2018-01-14 23:43:53 -08:00
Jeff
6671b8ead2
- complete docs overhaul
2018-01-14 23:35:29 -08:00
Jeff
7e859dca18
- add include-csv plugin
...
- adjust default codepen theme
- update github edit base
- doc content overhaul up to localization
2018-01-14 20:12:26 -08:00
Jeff
b862761cbf
more homepage styling
2018-01-13 17:00:50 -08:00
Jeff
0d62251558
- move gitbook files into their own folder at docs/gitbook
...
- rebuild homepage at `docs/homepage`
2018-01-13 15:11:17 -08:00
Jeff
022f6e8874
Merge branch 'master' into gitbook
...
# Conflicts:
# docs/md/OnChange.md
2018-01-13 11:43:00 -08:00
Marko Zabreznik
592df533b7
Fix for https://github.com/sagalbot/vue-select/issues/350
...
Builds on https://github.com/sagalbot/vue-select/pull/420 and fixes the string options array edge case.
Added dev.html example.
2018-01-13 11:53:34 +01:00
Jeff
9a0d2d2e71
- add dev example
...
- expand slot props to include `multiple`, `disabled`
2018-01-13 00:39:40 -08:00
Jeff
4095643047
Merge branch 'pr/352'
...
# Conflicts:
# src/components/Select.vue
2018-01-13 00:32:26 -08:00
Jeff
52fe67740f
Merge pull request #419 from sagalbot/maintenance/update-dev-env
...
remove images, update `scope` attribute
2018-01-13 00:07:49 -08:00