一只前端汪
ddf28c98d3
feat(components): [input] add word-limit-position attributes ( #22359 )
...
* fix: input maxlength
* fix: make error tip same line
* fix: format
* fix: use top: 100%;
* feat: expand show-limit-word
* feat: add test
* fix: optimize code
* fix: use nsInput.is and update docs
* fix: update test case
* fix: add wordLimitPosition props
* chore: update docs
* fix: add version tag
* fix: input support outside
* fix: update docs
* fix: add backgroundcolor
* fix: Restore code
* fix: update docs demo
* fix: add input test case
* fix: Remove two useless CSS
* Merge branch 'dev' into input-max-length
2025-10-17 11:46:14 +08:00
Zhong
645df6d95a
feat(components): [input] add modelModifiers prop ( #22415 )
...
* feat(components): [input] add `modelModifiers` prop
* refactor: update
* refactor: update
* fix: input uncontrolled in lazy mode
* docs: add desc
* perf: cache `Object.keys(props.modelModifiers).length`
Co-authored-by: warmthsea <2586244885@qq.com >
---------
Co-authored-by: warmthsea <2586244885@qq.com >
Co-authored-by: btea <2356281422@qq.com >
2025-10-16 01:49:54 +00:00
一只前端汪
7c16480bcd
refactor(style): Update Eslint to V9 and Prettier to V3 ( #21949 )
...
* refactor(style): Update Eslint to V9 and Prettier to V3
* fix: vscode color
* fix: vscode color
* chore: remove Useless dependence and old config file
* chore: format
* Merge branch 'dev' into eslintV9
* fix: fix
* fix: ssr test
* fix: ssr test
* fix: use defineConfig
* fix: prettier format and ignore docs dist
* fix: index.mjs => index.js
* fix: Vscode color
* fix: prettier ignore global.d.ts
* fix: format
---------
Co-authored-by: 2586740555 <15972343+CYJ090915@user.noreply.gitee.com >
2025-09-29 14:14:30 +08:00
Noblet Ouways
2f17df1209
style(eslint-config): newline before import type ( #21036 )
...
* perf: change to import-x
* feat: add rules
* chore: fix rule
* chore: fix
* chore: fix
* chore: fix
* style: `pnpm lint:fix`
* Revert "style: `pnpm lint:fix`"
This reverts commit db0116a288 .
* Revert "chore: fix"
This reverts commit 69c82a90c0 .
* chore: fix
* style: `pnpm lint:fix`
* fix: lint
* chore: `pnpm format`
2025-06-16 15:37:12 +08:00
sea
7acf11ec37
test(components): [input] use formatter , event val check ( #20031 )
...
Co-authored-by: btea <2356281422@qq.com >
2025-03-06 09:44:45 +08:00
qiang
6c6e4c67e2
fix(components): [input] the cursor error when click show-password ( #19003 )
...
closed #18387 , #18831
2024-11-24 20:02:02 +08:00
btea
344c218d01
test(components): [pagination/input] test case ( #18080 )
2024-08-29 20:20:58 +08:00
blesstosam
1d81c3982d
chore(components): [input] remove repeated export of InputInstance ( #17907 )
...
* chore: remove repeated export of InputInstance
* chore: recover settings.json
* fix: lint error
* fix: test
---------
Co-authored-by: WL01-10045094 <weilei@weileideMacBook-Pro.local >
2024-08-16 10:42:05 +08:00
qiang
dc8cb90130
fix(components): [input] blur event fails when using textarea ( #17836 )
...
closed #17825
2024-08-10 11:02:28 +08:00
dopamine
79938178dd
build: use vue-tsc to generate dts ( #16111 )
...
* build: use vue-tsc to generate dts
* reduce inline type declaration
* fix: type checking failed
* apply suggestions from code review
* address PR comments
2024-08-07 12:01:46 +08:00
wzc520pyfm
03e2a15411
fix(components): [input] fix formatter and parse problem ( #12622 )
...
* fix(components): [input] fix formatter and parse problem
closed #12613
* fix(components): [input] fix input value problem
* fix(components): [input] update return value for input event emit
* test(components): [input] add test for formatter and parser
2023-06-04 13:51:44 +08:00
btea
b38607f53b
fix(components): [input] update input value length calculate ( #11816 )
...
* fix(components): [input] update input value length calculate
* fix: update test
2023-03-10 14:52:40 +08:00
류한경
9d8bad8419
fix(components): [input] fix type error ( #8731 )
2022-07-10 15:09:50 +08:00
三咲智子
7097940f4a
refactor: add ts-nocheck and check all files ( #8401 )
2022-06-22 08:04:42 +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
Serendipity96
9b23b1c9ec
feat(components): [input] add input formatter ( #6876 )
...
Co-authored-by: 三咲智子 <sxzz@sxzz.moe >
2022-04-23 22:48:21 +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