07akioni
|
c04bff1d1a
|
refactor(input): add props.clearable
|
2019-08-23 14:20:10 +08:00 |
|
07akioni
|
48c22a2ec2
|
fix(select): do not show cancel mark when no data
|
2019-08-23 10:25:58 +08:00 |
|
07akioni
|
afec33d310
|
feat(select): add props.clearable
|
2019-08-22 23:21:19 +08:00 |
|
07akioni
|
b805390a03
|
feat(select): disabled options available
|
2019-08-22 18:15:48 +08:00 |
|
07akioni
|
ea70669c2a
|
fix(select): handle blur incorrectly so value will not change
|
2019-08-22 17:19:44 +08:00 |
|
07akioni
|
8d06399eac
|
refactor(select): remote search and keyboard events
|
2019-08-22 16:21:39 +08:00 |
|
07akioni
|
67def92f3d
|
fix(select): memorized options on created when remote is true
|
2019-08-21 19:20:52 +08:00 |
|
07akioni
|
f142eb7366
|
fix(select): add guard for access $refs
|
2019-08-19 19:30:37 +08:00 |
|
07akioni
|
a2fa6e3b7e
|
refactor(select): change payload of change event to v-model new value
|
2019-08-19 15:23:24 +08:00 |
|
07akioni
|
f49fa6f018
|
feat(select): scroll event
|
2019-08-16 17:19:54 +08:00 |
|
07akioni
|
b90a61821f
|
refactor: rename $refs.contentWrapper to $refs.contentContainer
|
2019-08-16 16:45:26 +08:00 |
|
07akioni
|
b44b17e8be
|
feat(select): remote search on multiple select
|
2019-08-12 16:46:10 +08:00 |
|
haibo tang
|
fb259f5a0b
|
[chore] add rowCls prop in advanced Table
|
2019-08-07 17:15:01 +08:00 |
|
07akioni
|
ff67fa1f15
|
fix(select): fix multiple select, placeholder will not display when input is not empty
|
2019-08-06 16:26:48 +08:00 |
|
07akioni
|
c989b7051a
|
fix(select): tag should not be deleted when input is not empty
|
2019-08-06 16:24:09 +08:00 |
|
07akioni
|
ccac4c71fd
|
feat(select): filterable on multiple select
|
2019-08-06 15:56:00 +08:00 |
|
haibo tang
|
8c84925c02
|
feat(select) add cursor props
|
2019-08-06 10:30:55 +08:00 |
|
mangogan
|
f2eca2763b
|
fix: cannot exec validate rules in the multiple select
|
2019-08-01 17:51:01 +08:00 |
|
07akioni
|
2d7ff80d14
|
refactor(select): using new scrollbar
|
2019-07-31 17:35:37 +08:00 |
|
07akioni
|
622ee18bfb
|
fix(select): scroll bar overflow
|
2019-07-26 18:04:48 +08:00 |
|
07akioni
|
d584ce2ce5
|
refactor(select): using zindexable
|
2019-07-26 16:30:49 +08:00 |
|
mangogan
|
3d2e3d710c
|
fix: some css update
|
2019-07-24 17:28:31 +08:00 |
|
mangogan
|
cc6525d246
|
merge develope
|
2019-07-24 17:00:08 +08:00 |
|
mangogan
|
733a09cc6a
|
fix: fix the code format
|
2019-07-24 16:56:04 +08:00 |
|
mangogan
|
a225e9e1f7
|
feature: disabled, resetForm, and size need to finish
|
2019-07-23 20:47:00 +08:00 |
|
07akioni
|
895e94b054
|
feat(select): disabled prop
|
2019-07-18 16:37:42 +08:00 |
|
07akioni
|
628564b077
|
fix(select): multiple select menu won't change position when tags are multiple lines
|
2019-07-18 13:50:23 +08:00 |
|
07akioni
|
39906da6c3
|
refactor(doc, select): a naive loader, detach select to body
|
2019-07-17 18:27:13 +08:00 |
|
07akioni
|
1481a5b962
|
chore(select): on search single select, there may be a bug of chrome
|
2019-07-17 14:11:05 +08:00 |
|
07akioni
|
a24deb5317
|
refactor(popover): split it into some mixins and utils
|
2019-07-17 01:35:11 +08:00 |
|
hrsonion
|
24369b593b
|
fix(select): view do not sync with init value and null value
|
2019-07-11 13:43:47 +08:00 |
|
07akioni
|
fe5b0bae29
|
feat(select): add robustness for select item label search
|
2019-07-04 19:30:35 +08:00 |
|
07akioni
|
07a3f64a37
|
fix: no data sentence in single select
|
2019-07-03 18:48:26 +08:00 |
|
07akioni
|
468eed9ed6
|
fix: some bugs in filterable select
|
2019-07-03 18:43:11 +08:00 |
|
07akioni
|
779d2058eb
|
feat(select): filterable select on single select mode.
|
2019-07-03 17:52:13 +08:00 |
|
07akioni
|
6e0f95698f
|
fix(Notification): deactivator box-sizing
|
2019-07-03 13:14:24 +08:00 |
|
07akioni
|
16e46081f7
|
refactor(select): add robustness for select component!
|
2019-07-03 11:14:55 +08:00 |
|
07akioni
|
5883de5c54
|
fix(select): fix the problem that when v-model doesn't match items' value, the selectedItem will be null.
|
2019-07-02 13:06:03 +08:00 |
|
07akioni
|
c4019b91e2
|
fix(select): show label, not value in select-link
|
2019-07-02 10:52:07 +08:00 |
|
07akioni
|
76b3d80172
|
test(button): add unit test for button
|
2019-06-28 13:50:15 +08:00 |
|
07akioni
|
fcc28e78ad
|
feat: verbose transition of multiple select
|
2019-06-27 10:55:22 +08:00 |
|
07akioni
|
01c01ce27d
|
feat: select animation
|
2019-06-26 19:25:19 +08:00 |
|
07akioni
|
ccef948ab6
|
feat: style update for n-select
|
2019-06-25 14:59:26 +08:00 |
|
hrsonion
|
d6310bfafd
|
fix: native close listener on select & z-index of codemirror editor
|
2019-06-20 22:55:18 +08:00 |
|
07akioni
|
0cbb054641
|
fix: 1 px offset on select tag
|
2019-06-19 14:46:41 +08:00 |
|
07akioni
|
c70572d8b1
|
feat: select click body closable
|
2019-06-19 14:32:42 +08:00 |
|
07akioni
|
c1e4fa24cc
|
feat: select & input & size change & icon default color
|
2019-06-19 13:54:13 +08:00 |
|
07akioni
|
9dbf70b054
|
feat: gradient-text with color
|
2019-06-17 18:06:42 +08:00 |
|
07akioni
|
cb9548a3a3
|
feat: make multiple select available
|
2019-06-17 10:19:32 +08:00 |
|
07akioni
|
9264b46218
|
chore: checkpoint
|
2019-06-14 19:33:41 +08:00 |
|