ant-design/components/input
Zheeeng 29a15e2a5d
refactor: refines types and fix to use prop direction over context direction (#37716)
* refactor: use enum instead of multiple constants and refines types

* fix: siganture and direction prop passing

* Update Editable.tsx

* refine types

* test: update snap

* style: prefer literal constants over enum

* fix: refine types for typography

* fix: restore ellipsis const

* fix: restore ellipsis const

* fix: restore textare importing
2022-10-18 11:45:43 +08:00
..
__tests__ refactor: refines types and fix to use prop direction over context direction (#37716) 2022-10-18 11:45:43 +08:00
demo fix: when we apply style resize: none, TextArea should be not resizable when showCount is applied (#37855) 2022-10-06 19:19:16 +08:00
hooks fix(Input): should not have value prop on input after click toggle icon (#37900) 2022-10-13 15:07:43 +08:00
style fix: Input.Search style in RTL (#37980) 2022-10-12 23:51:31 +08:00
ClearableLabeledInput.tsx
Group.tsx fix: remove defaultProps (#37815) 2022-09-30 15:58:34 +08:00
index.en-US.md feat: add value parameter to textarea showCount.formatter (#36793) 2022-08-01 17:39:57 +08:00
index.tsx
index.zh-CN.md feat: add value parameter to textarea showCount.formatter (#36793) 2022-08-01 17:39:57 +08:00
Input.tsx fix(Input): should not have value prop on input after click toggle icon (#37900) 2022-10-13 15:07:43 +08:00
Password.tsx fix(Input): should not have value prop on input after click toggle icon (#37900) 2022-10-13 15:07:43 +08:00
Search.tsx
TextArea.tsx fix: when we apply style resize: none, TextArea should be not resizable when showCount is applied (#37855) 2022-10-06 19:19:16 +08:00
utils.ts