Rainbow
f91907e7fc
docs(components): [select/select-v2] improve the description of popper ( #22261 )
2025-09-21 07:56:52 +08:00
Noblet Ouways
853df25476
feat(components): [select/v2] add index to label slot ( #21884 )
...
* feat(components): [select/v2] add index to label slot
* chore: simplify
Co-authored-by: btea <2356281422@qq.com >
* chore: fix edge cases
---------
Co-authored-by: btea <2356281422@qq.com >
2025-08-25 18:49:02 +02:00
Noblet Ouways
7644c1fe4a
feat(components): [cascader/select/date-picker] add popper-style ( #21807 )
...
* feat(components): add popper style
* test: enforce ci passing
* chore: handle select-v2 & apply review
Co-authored-by: btea <2356281422@qq.com >
* chore: bump for select component
---------
Co-authored-by: btea <2356281422@qq.com >
2025-08-21 10:46:06 +02:00
Zhong
56b6cb0e9b
feat(components): [select] add support for option groups in options ( #21692 )
...
* feat(components): [select] add support for option groups in `options`
* chore: format
2025-08-15 11:10:36 +02:00
Noblet Ouways
99dacaaaec
chore: build & doc tiny tweak ( #21644 )
...
chore: doc tweak
2025-08-06 17:46:30 +08:00
sea
bf6a1c2640
docs: update select clearable description ( #21641 )
2025-08-05 23:03:19 +08:00
snowbitx
dbbacae7d1
feat(components): [select] support options prop rendering ( #21203 )
...
* feat(components): [select] support options prop rendering
* feat(components):[select] format
* feat(components):[select] format
* Update packages/components/select/src/select.vue
Thanks for the guidance!
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Update packages/components/select/src/select.vue
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* Merge remote-tracking branch 'upstream/dev' into feat/autocomplete-size
* feat(components): [select] format
* feat(components): [select] Add test case
* feat(components): [select] Add doc
* Update packages/components/select/src/select.ts
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
* feat(components): [select] Code optimization
* feat(components): [select] Code optimization
* feat(components): [select] format
* feat(components): [select] format
* docs: refact
* refactor: simplify
* chore: useless diff change
* Update shared.ts
* Update message.ts
* Update popper.ts
* Update result.ts
* Update form-item.ts
* Update cascader-panel.test.tsx
* chore: useless change
* Update select.vue
* Update option.vue
* Update select.vue
---------
Co-authored-by: Noblet Ouways <91417411+Dsaquel@users.noreply.github.com >
Co-authored-by: Dsaquel <291874700n@gmail.com >
2025-07-29 09:54:30 +08:00
Noblet Ouways
ed29cf0dfb
docs: fix examples & type consistency ( #21333 )
...
* docs(components): [select] fix consistency
* chore: remove all `:height="208"`
2025-07-14 09:42:58 +08:00
sea
f3893835ae
docs: select use minimum base examples & delete input tip ( #21235 )
...
docs: select use minimum base examples
2025-07-04 18:10:22 +02:00
Noblet Ouways
4f8cca0f6c
feat(components): [select/select-v2/cascader] expose more tag options ( #21157 )
...
* feat(components): [select/select-v2] bind `data` for tag slot
* chore: remove console.log
* feat: expose `deleteTag` aswell
---------
Co-authored-by: warmthsea <2586244885@qq.com >
2025-06-29 13:17:20 +00:00
baozj
524f901045
feat(components): [select] expose selectDisabled prop to #tag slot ( #21093 )
...
* feat(components): [select] expose selectDisabled prop to #tag slot
* feat(components): [select] expose selectDisabled and update docs
* feat(components): [select-v2] expose selectDisabled to #tag slot
Add example demonstrating how to use selectDisabled in custom tag rendering.
* docs(components): [select, select-v2] add selectDisabled to #tag slot
* docs(components): [select, select-v2] remove tag-disabled.vue examples
---------
Co-authored-by: baozhangjie <jay.bao@photonpay.com >
2025-06-29 20:59:04 +08:00
betavs
5f519a6f25
refactor(components): unify append-to prop type across multiple components ( #20501 )
...
* fix(components): [select] update `append-to` prop type
* fix(components): unify `append-to` prop type across multiple components
* docs: update `append-to` prop type
2025-04-22 09:29:19 +08:00
btea
15b98154c1
Revert "docs: optimization API style ( #19793 )" ( #20039 )
...
This reverts commit fe9cc6351b .
2025-03-07 09:29:45 +08:00
jiaxiang
fe9cc6351b
docs: optimization API style ( #19793 )
...
* docs: optimization API style
* chore: Transfer
* chore: update
* fix: update
2025-02-09 13:35:08 +08:00
jiaxiang
82aedc86c7
feat(components): [select] add popup-scroll event ( #19589 )
...
* feat(components): [select] add popup-scroll event
* Update docs/en-US/component/select.md
Co-authored-by: btea <2356281422@qq.com >
* chore: format
---------
Co-authored-by: btea <2356281422@qq.com >
Co-authored-by: warmthsea <2586244885@qq.com >
2025-01-14 15:54:31 +08:00
qiang
990aa4b768
feat(components): [select] add tabindex attribute ( #19034 )
2024-11-28 13:54:05 +08:00
DDDDD12138
4f04bcd46f
feat(components): [select] add offset and show-arrow prop ( #18837 )
...
feat: add show-arrow prop to control dropdown arrow visibility
2024-11-11 17:10:48 +08:00
伊墨
89731b7d1f
docs(components): correct the select and select-v2 documents ( #18804 )
2024-11-07 13:48:50 +08:00
dopamine
da3e68791b
docs: move deprecated APIs to the end of the table ( #18547 )
2024-10-15 08:10:59 +08:00
sea
1f82e8ca61
feat(components): [select & select-v2] explicit export selectedLabel ( #18350 )
...
* feat(components): [select] export selectedLabel
* docs: update
* docs: update th
* docs: update selectedLabel version
2024-10-11 13:48:12 +08:00
Karolis_Stoncius_Sneakybox
03fa5d6839
feat(components): add the ability to append table filter panel, select and pagination size dropdowns to any element ( #14318 )
...
* feat(components): [pagination] append size dropdown to element
* feat(components): [select] append select dropdown to element
* feat(components): [table] append table filter panel to element
* refactor(components): [pagination] shorten prop names
* fix(components): [select] appendTo prop
* docs(components): add pagination docs append-size-to version tag
* docs(components): remove append-size-to default value in docs
* refactor(components): remove default appendTo values
* docs: version bump
* refactor(components): remove default appendFilterPanelTo value
2024-09-26 09:56:23 +08:00
qiang
8e6b88dcca
revert(components): [select] cancel type conversion at initialization ( #18088 )
...
closed #17944
2024-09-03 15:20:46 +08:00
qiang
c0f06a4fc4
docs: remove tip about client-only ( #17852 )
2024-08-13 08:40:30 +08:00
qiang
d9ec05749d
refactor(components): [select] cancel type conversion at initialization ( #17606 )
...
* refactor(components): [select] cancel type conversion at initialization
* fix: options
* chore: optimized code
* docs: update
2024-08-07 11:53:48 +08:00
ntnyq
4a30d886a8
feat(components): [select & select-v2] add tag-effect prop ( #17445 )
2024-07-07 12:40:09 +08:00
btea
2c0db96109
docs: format docs ( #16364 )
2024-06-13 07:34:47 +09:00
kooriookami
1148ccd2d6
feat(components): [select & select-v2] add label slot ( #16960 )
2024-05-28 14:50:22 +08:00
sea / 神秘海
99278b7c9e
docs: [select] add width tip eg link ( #16973 )
2024-05-27 07:27:58 +08:00
sea / 神秘海
6cad4d2aa7
docs(components): [select] unify and enhance version tip ( #16650 )
...
* docs(components): [select] unify and enhance version tip
* docs: unify and enhance version tip
2024-04-25 15:36:25 +08:00
kooriookami
1163d27f71
feat(components): add empty-values and value-on-clear props ( #16361 )
...
* feat(components): add empty values
* feat(hooks): update
* feat(components): update
* feat(components): update
* feat: update
* feat(components): update
* feat(components): update
* feat(components): update
* feat: update doc
* feat: add doc
2024-04-12 13:33:21 +08:00
btea
fa91eddb0d
docs(components): [select] add width change description ( #16268 )
...
* docs(components): [select] add width change description
* Update docs/en-US/component/select.md
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
---------
Co-authored-by: kooriookami <38392315+kooriookami@users.noreply.github.com >
2024-03-27 16:03:30 +08:00
zeyong tsai
7c5a2827f6
docs(components): [message-box/select/tooltip] fix typo ( #16127 )
...
docs: fix typo
Co-authored-by: zeyong.cai <zeyong.cai@xquant.com >
2024-03-15 11:11:22 +08:00
btea
66fc9a483f
chore: format code ( #15855 )
2024-02-15 18:35:50 +08:00
赵添
f33979d228
feat(components): [select] & [select-v2] add fallbackPlacements prop ( #15765 )
2024-02-05 17:16:18 +08:00
Dewdew
f379af8aab
feat(style): add og-image & apply lint ( #15588 )
...
* feat(style): add og-image & apply lint
* update Review
2024-02-04 07:56:02 +00:00
kooriookami
feb169fe93
feat(components): [select & select-v2] Add loading slot ( #15540 )
...
* feat(components): [select & select-v2] Add loading slot
* feat(components): update
2024-01-18 12:23:41 +08:00
kooriookami
405a4aa393
feat(components): [select-v2] Add header and footer slots ( #15519 )
...
* feat(components): [select-v2] Add header and footer slots
* feat: update
2024-01-16 16:09:51 +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
btea
ec34092e45
chore: format ( #15137 )
2023-12-13 12:12:44 +00:00
Cheerwhy
f37d056441
feat(components): [select] add header and footer slot ( #14876 )
...
* feat(components): [select] add header and footer slot
* fix(docs): [select] incorrect word
* fix(theme-chalk): [select-dropdown] incorrect padding
* Update docs/en-US/component/select.md
Co-authored-by: btea <2356281422@qq.com >
* Apply suggestions from code review
Co-authored-by: btea <2356281422@qq.com >
---------
Co-authored-by: qinzz <qinzz@chint.com >
Co-authored-by: btea <2356281422@qq.com >
2023-11-27 15:26:48 +08:00
Karolis_Stoncius_Sneakybox
c29f6cc6c7
feat(components): [select] add aria-label to select's input ( #13932 )
...
* feat(components): [select] add aria-label to select's input
Select's input causes accessibility issues without aria-label, this commit adds it
* refactor(components): [select] change aria-label to label; update docs
* refactor(components): [select] change back to ariaLabel prop name
* docs(components): kebab-case for docs
2023-08-24 21:03:01 +08:00
Kaine
3e7d3ea7d8
docs(components): add attr version tag ( #13641 )
...
1. docs(components): [cascader] add version tag for togglePopperVisible expose
2. docs(components): [color-picker] add version tag for show & hide expose
3. docs(components): [date-picker] add version tag for handleOpen & handleClose method
4. docs(components): [dialog] add version tag for align-center atrr
5. docs(components): [dropdown] add version tag for teleported attr
6. docs(components): [form] add version tag for scroll-into-view-options attr
7. docs(components): [image] add version tag for zoom-rate attr
8. docs(components): [input-number] add version tag for readonly attr
9. docs(components): [menu] add version tag for popper-effect attr
10. docs(components): [message-box] add version tag for append-to attr & message function
11. docs(components): [rate] add version tag for clearable attr
12. docs(components): [select-v2] add max-collapse-tags attr
13. docs(components): [select] add version tag for collapse-tags-tooltip & placement
14. docs(components): [table] fix show-overflow-toolip attr version tag
15. docs(components): [time-picker] add version tag for handleOption & handleClose expose
16. docs(components): [tree-v2] add version tag for item-size attr
17. docs(components): [tree] add version tag for empty slot
2023-08-24 07:43:05 +08:00
btea
c6515e09c0
chore: format code ( #14037 )
2023-08-23 10:33:16 +08:00
wzc520pyfm
37f40dc9cc
docs(components): [select] use new display tag ( #13301 )
...
* docs(components): [select] use new display tag
* docs(components): [select] description and comment begins in lower case
* docs(components): [select] update type of prop and event
2023-08-21 21:08:24 +08:00
mg5566
db664b033b
docs(components): [select] create example using value-key attribute ( #12698 )
...
* docs(components): [select] create example using 'value-key' attribute
Example using option type with same value of 'label' property
- Use 'id' property of option as value of 'value-key' attribute
* docs(docs): apply 'value-key' example to 'select.md'
Remove the existing 'tip' and add it to the description
---------
Co-authored-by: FE_강명구 <mg_@ex-em.com >
2023-05-07 08:59:09 +08:00
Xc
76ee456b29
docs(style): use new display tag ( #11648 )
...
* docs(style): use new display tag
* docs(components): use new tag
2023-04-09 21:02:49 +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
0song
17d3b9e87c
chore: update doc padding ( #11797 )
2023-03-03 05:57:20 +00:00
류한경
8de2c9c450
fix(components): [select] add popper-options prop ( #11734 )
2023-02-27 19:20:18 +09:00
LooSheng
91c79c955e
docs(ssr): component ssr/ssg usage tips ( #10982 )
2022-12-15 19:59:34 +08:00