element-plus/packages
qiang d416dd74b0
feat(components): [input-tag] new component (#18885)
* feat(components): [input-tag] add input-tag component

* feat: styles

* test: add test

* docs: add docs

* docs: updata

* docs: uopdata

* docs: updata

* fix: optimize the style when input too long text

* feat: add draggable attribute

* fix: regain focus after dragged

* fix: regain focus on dragend

* refactor: useDragTag

* fix: style of disabled

* refactor: rename event name

* refactor: move useCalcInputWidth to hooks

* feat: add aria-label
2024-11-29 10:50:21 +08:00
..
components feat(components): [input-tag] new component (#18885) 2024-11-29 10:50:21 +08:00
constants feat(components): [date-picker] add type yearrange for DatePicker (#14804) 2024-08-08 11:32:58 +08:00
directives refactor: replace Array.isArray with the built-in isArray (#18671) 2024-10-28 15:36:44 +08:00
element-plus feat(components): [input-tag] new component (#18885) 2024-11-29 10:50:21 +08:00
hooks feat(components): [input-tag] new component (#18885) 2024-11-29 10:50:21 +08:00
locale feat(i18n): add Malay(ms) translation (#18932) 2024-11-19 13:27:17 +00:00
test-utils fix(test-utils): fix main export error (#16504) 2024-04-25 20:58:48 +08:00
theme-chalk feat(components): [input-tag] new component (#18885) 2024-11-29 10:50:21 +08:00
utils fix(utils):[vue] ensure flattedChildren traverse component's subTree (#18649) 2024-11-02 21:00:55 +08:00