久染 | JiuRan
4c3c81e3d6
test(component): select remove-tag event triggered by keydown.delelte ( #16840 )
...
* fix: select deletePrevTag emit remove tag event
* fix: test case
* fix: select-v2 handleDel
* test: select-v2 test case
* fix: test case index
* chore: remove emit event
---------
Co-authored-by: btea <2356281422@qq.com >
2024-05-21 16:58:32 +08:00
dopamine
441e07edbb
test(components): [select] modify the grouping of several test cases ( #16824 )
...
chore: modify the grouping of several test cases
2024-05-12 11:43:17 +08:00
dopamine
2cba92fc82
fix(components): [select] isDisabled is not fresh ( #16419 )
...
* fix(components): [select] `isDisabled` is not fresh
* add a test case
2024-04-26 14:39:45 +08:00
Liao-js
261062859c
fix(components): [select] group error when custom option component ( #16621 )
...
* fix(components): [select] group error when custom option component
* Update packages/components/select/src/option-group.vue
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
* perf(components): [select] group flattedChildren
* perf(components): [select] group flattedChildren
* test(components): [select] group when custom option component case
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
2024-04-25 15:34:43 +08:00
kooriookami
047180899f
feat(components): [select & select-v2] support empty string dynamically ( #15995 )
...
* feat(components): [select & select-v2] support empty string dynamically
closed #15994
* feat(components): update
* feat(components): update test
* feat(components): update
* feat(components): update
2024-03-01 13:53:06 +08:00
赵添
4c5d8ce6ef
fix(components): [select] el-option-group error when el-option in a component ( #15703 )
...
* fix(components): [select] el-option-group error when el-option in a comp
* test(components): [select] add a test
2024-01-31 10:40:05 +08:00
kooriookami
4b56cf68f6
fix(components): [select] Fix value with value-key not selected ( #15681 )
...
* fix(components): [select] Fix value with value-key not selected
* test(components): add test
* test(components): update
2024-01-30 09:40:49 +08:00
wzc520pyfm
b5b160d7e0
test(components): [select] adjust case for refactored select ( #15551 )
2024-01-16 22:29:08 +08:00
赵添
a01b05d39c
fix(components): [select] style break change in multiple collapseTags ( #15460 )
...
* fix(components): [select] style break change in multiple collapseTags
* fix(components): [select-v2] style break change in multiple collapseTags
* fix(components): [select & select-v2] popover updated
2024-01-15 15:43:17 +08:00
kooriookami
1afb276ddd
fix(components): [select select-v2] fix input click event ( #15462 )
...
* fix(components): [select] fix input click event
* fix(components): update
2024-01-12 16:04:53 +08:00
kooriookami
e7c1b53da3
fix(components): [select] Fix value bind object and trigger twice in form label ( #15449 )
...
* fix(components): [select] Fix value bind object
* fix(components): update
* fix(components): update
2024-01-11 14:45:23 +08:00
kooriookami
5844947198
refactor(components): [select & select-v2] Refactor components ( #15352 )
...
* refactor(components): [select&select-v2] refactor components
* refactor(components): [select-v2]
* refactor(components): update
* refactor(components): update
* refactor(components): [select-v2]
update
* refactor(components): update
* refactor(components): update
* refactor(components): update type
* refactor(components): update
* refactor(components): update
* refactor(components): update style
* refactor(components): update docs
* refactor(components): update
* refactor(components): fix #15323
* refactor(theme-chalk): update
* refactor(components): update
* refactor(components): update
* refactor(components): update
* refactor(components): fix bugs
* fix(components): fix issue
* fix(components): update
* fix(components): fix some bug
* feat(components): update
* feat(components): add tag slot
* feat(components): update
* fix(components): update
* style(theme-chalk): update style
* fix(theme-chalk): update
* feat(theme-chalk): update
* fix(components): update
* feat: update
* feat: update
* feat: update
* feat(components): update
2024-01-10 11:14:58 +08:00
Fuphoenixes
4580aea8e4
fix(components): [select] style error in multiple collapseTags ( #14602 )
2023-11-11 21:27:35 +08:00
qiang
ca8846c532
feat(components): [select] accessibility enhancement ( #14503 )
...
* feat: accessibility enhancement
* fix: adjusting the attributes of Scrollbar
* Update docs/en-US/component/scrollbar.md
Co-authored-by: btea <2356281422@qq.com >
* docs: updata
* fix(components): [select] aria-selected error
---------
Co-authored-by: btea <2356281422@qq.com >
2023-10-12 09:29:00 -05:00
wzc520pyfm
6cc5892672
fix(components): [select] fix hover index error when creating option ( #12635 )
...
* fix(components): [select] fix error when creating option
closed #12634
* test(components): [select] add test for create and default first option
* fix(components): [select] compatible #11297
2023-08-31 11:22:01 +08:00
inottn
1211312491
fix(components): [select] fix the logic of updating selected data ( #13374 )
...
* fix(components): [select] fix the logic of updating selected data
* chore: improve judgment condition
2023-08-23 21:00:31 +08:00
井柏然
067028ba3c
fix(components): [select] backspace delete disabled option ( #11995 )
...
* fix(components): [select] backspace delete disabled option
* fix(components): [select] findLastIndex
* fix(components): [select] simple polyfill findLastIndex in test file
* fix(components): [select] add test for backspace
* chore: lint
2023-08-13 21:41:13 +08:00
qiang
0109ab6195
fix(components): [select] abnormal focus when click tags ( #13699 )
...
* fix(components): [select] abnormal focus when click tags
closed #13665
* fix(components): [select] clearable
* chore(components): [select] remove console
* fix: the setTimeout function may bring some side effects
* fix: remove role
* test(components): [select] add some test
2023-08-03 20:15:57 +08:00
qiang
a99dbb3954
fix(components): [select] optimize the triggering of blur event ( #11524 )
...
* fix(components): [select] drop-down selection is not closed when blur
closed #10893 , #10992
* fix(components): [select] optimize the triggering of blur event
* refactor(components): [select] optimize code
2023-05-28 17:31:25 +08:00
acyza
4c93b47a05
fix(components): [select] correct update selectSize ( #11973 )
...
* chore: 尝试恢复pr
* chore: update
* chore: update
2023-04-23 15:12:46 +08:00
kooriookami
4ea9fb344f
feat(components): [select] Add max-collapse-tags prop ( #11378 )
...
* feat(components): [select] Add max-collapse-tags prop
closed #7429
* feat(components): [select]
* feat(components): update
* feat: update
* feat: update
* feat: update
2023-03-10 07:18:21 +00:00
Jeremy
8674619a2d
test(components): add tests for select options ( #11957 )
...
* test(components): [select] options
* test(components): [select] options component
* Add test for the newly added options component
2023-03-10 14:59:03 +08:00
Jeremy
c2710d97d0
fix(components): [global-config] ( #11847 )
...
* fix(components): [loading]
* Remove inappropriate way of using injection in directives.
* chore: rewrite implementation
* fix(components): [global-config]
* Fix global config injection in global components.
* chore: fix format
* chore: remove .only modifier
* chore: fix failing tests
2023-03-06 23:20:21 +08:00
井柏然
2f5629a2f8
fix(components): [select] support custom height ( #10840 ) ( #10847 )
...
* fix(components): [select] support custom height (#10840 )
fix(components): [select] support custom height (#10840 )
* fix(components): [select] support custom height (#10840 )
2023-02-27 22:05:14 +08:00
zz
73a9010e37
fix(components): [select] display tags correctly ( #11149 )
...
* fix(components): [select] display tags correctly
* fix: test cases
2023-01-10 22:38:44 +08:00
qiang
b456125431
fix(components): [tooltip] SSR hydration error caused by random ID ( #10541 )
2022-11-21 14:10:52 +08:00
Xc
817ec60b71
feat(components): [select] Simplified API ( #9994 )
2022-10-09 16:04:11 +08:00
Xc
91f1c63e6a
fix(components): [select] click label only focus in form ( #9798 )
2022-09-30 14:35:09 +00:00
Xc
e8817aae06
feat(components): [select] enhanced suffix ( #9619 )
...
* feat(components): [select] enhanced suffix
* docs: remove useless characters
* docs(components): [select] add remote suffix demo
2022-09-06 23:12:52 +08:00
LIUCHAO
8532dbec11
fix(components): [select] fix typo ( #9578 )
2022-09-01 14:53:32 +08:00
白雾三语
5f041f47a8
fix: [select] label can be displayed correctly after selecting operation ( #8589 )
...
* fix: [select] label can be displayed correctly after selecting operation
* fix: [select] label can be displayed correctly after selecting operation
* fix: [select] modify unit test
* fix: [select] modify unit test
2022-07-20 20:47:34 +08:00
gjfei
c2ca7cd16a
fix(components): [select] fix select tooltip zIndex ( #8768 )
...
* fix(components): [select] fix select tooltip zIndex (#8753 )
* fix(components): [select] fix select test
* fix(components): [select] fix select
2022-07-14 23:21:38 +08:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +08:00
Xc
d536b7cb7a
fix(components): [select] collapse-tags-tooltip drop first item ( #8344 )
...
* fix(components): [select] collapse-tag-tooltip drop first item
* fix(components): [select] collapse-tags-tooltip drop first item test
2022-06-18 18:38:15 +08:00
Xc
4339802fed
fix(components): [select] input height is 2px more ( #7958 )
...
* fix(components): [select] input height is 2px more
* fix(components): [select] inner input height
* fix(components): [select] inner input height
2022-05-31 23:41:36 +08:00
opengraphica
7173e402b7
feat(components): [form-item] auto attach labels to inputs ( #7450 )
...
* feat(components): [form-item] auto attach labels to inputs
* feat(components): [form-item] auto-attach up through select
* feat(components): [form-item] auto id complete for all inputs
* feat(components): [form-item] fix lint, remove unused usePopper hook
* feat(components): [form-item] PR comments
2022-05-05 22:04:32 +08:00
Xc
334117c2cb
fix(components): [select] The problem that the size changes and the height does not change ( #7471 )
...
* fix: select size height change
* fix: add select size test
* fix: del unuse
2022-05-05 09:49:07 +08:00
Herb Brewer
1700cdc05e
fix(components): [select]label is not shown when value is a object ( #7054 )
2022-05-03 00:01:08 +08:00
三咲智子
1d13ebb05d
feat: drop jest ( #7248 )
...
* feat: drop jest
* test: remove ssr
* test: rename
* chore: update tsconfig
2022-04-19 16:51:44 +08:00
Delyan Haralanov
de0ee53cf0
test(components): switch all components to vitest ( #7205 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-04-19 12:46:57 +08:00
btea
2e85acbf9e
fix(components): [select] value support object ( #6933 )
...
* fix(components): [select] value support object
* Update packages/components/select/src/select.vue
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com >
Co-authored-by: JeremyWuuuuu <15975785+JeremyWuuuuu@users.noreply.github.com >
2022-04-01 14:35:36 +08:00
三咲智子
184facdb4c
chore: add eslint rule sort imports ( #6823 )
2022-03-25 15:35:56 +08:00
Muyao
7b61eba9f3
fix(components): [el-select] reset selectedLabel when toggle multiple ( #6769 )
...
fix #6766
2022-03-24 15:19:44 +08:00
Alan Wang
57d08f9a78
feat(components): [select]add collapse-tags-tooltip ( #6245 )
...
* feat(components): [select]add collapse-tags-tooltip
* feat(components): [select] collapse-tags-tooltip set width
* feat(components): [select] collapse-tags-tooltip set fallback-placements
* feat(components): [select] resolve conflicts
* feat(components): [select] add v-if on tooltip
2022-03-11 15:56:23 +08:00
Alan Wang
73e60cd86a
test(components): [select] click icon twice ( #6471 )
2022-03-10 23:28:50 +08:00
gjfei
3cc4867f7a
fix(components): el-select-allow-dynamically-update-options ( #6473 )
...
* fix(components):[select] (#6458 )
* fix(components): [select] allow create
* fix(components): [select] allow create code review
2022-03-10 15:50:46 +08:00
三咲智子
b8c38a9fe5
chore: enhance eslint rules ( #6476 )
...
* chore: enhance eslint rules
* chore: enhance eslint rules
2022-03-08 14:03:32 +08:00
三咲智子
6503e55277
refactor(utils): migrate utils ( #5949 )
...
* refactor(utils-v2): migrate utils
* refactor(utils-v2): migrate utils
* refactor(utils-v2): migrate utils
* refactor(utils): remove
* refactor(utils): rename
* refactor(utils): move EVENT_CODE to constants
* refactor: remove generic
2022-02-11 11:03:15 +08:00
JacBiank
e901c58c63
fix(components): [el-select] ( #5952 )
2022-02-11 10:28:18 +08:00
jeremywu
bcd5c8b848
test(components): removing mock folder ( #5911 )
...
- Remove mock folder from the project root
- Add mock for each component test file accordingly
2022-02-10 16:35:44 +08:00