ant-design/components/input-number/demo
ustcfury fd4abbf628
Some checks are pending
Publish Any Commit / build (push) Waiting to run
🔀 Sync mirror to Gitee / mirror (push) Waiting to run
✅ test / lint (push) Waiting to run
✅ test / test-react-legacy (16, 1/2) (push) Waiting to run
✅ test / test-react-legacy (16, 2/2) (push) Waiting to run
✅ test / test-react-legacy (17, 1/2) (push) Waiting to run
✅ test / test-react-legacy (17, 2/2) (push) Waiting to run
✅ test / test-node (push) Waiting to run
✅ test / test-react-latest (dom, 1/2) (push) Waiting to run
✅ test / test-react-latest (dom, 2/2) (push) Waiting to run
✅ test / test-react-latest-dist (dist, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist, 2/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 1/2) (push) Blocked by required conditions
✅ test / test-react-latest-dist (dist-min, 2/2) (push) Blocked by required conditions
✅ test / test-coverage (push) Blocked by required conditions
✅ test / build (push) Waiting to run
✅ test / test lib/es module (es, 1/2) (push) Waiting to run
✅ test / test lib/es module (es, 2/2) (push) Waiting to run
✅ test / test lib/es module (lib, 1/2) (push) Waiting to run
✅ test / test lib/es module (lib, 2/2) (push) Waiting to run
👁️ Visual Regression Persist Start / test image (push) Waiting to run
add underlined variant (#52546)
* feat: add variant underlined in Input&&InputNumber&&Mentions

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>

* fix: fix eslint

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>

* fix: remove commented code

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>

* fix: update underlined style

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>

* fix:fix eslint problem

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>

* feat: add Select variant underlined

to #51379

* feat: add underlined demo

to #51379

* feat: update snapshots

to #51379

* feat: update doc

to #51379

---------

Signed-off-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>
Co-authored-by: 绍晗 <zhaoshaoting.zst@alibaba-inc.com>
2025-01-23 15:16:12 +08:00
..
addon.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
addon.tsx docs: format code (#48309) 2024-04-08 14:04:08 +08:00
basic.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
basic.tsx feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
change-on-wheel.md feat: InputNumber support changeOnWheel (#47158) 2024-01-26 14:05:04 +08:00
change-on-wheel.tsx feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
controls.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
controls.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
debug-token.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
debug-token.tsx fix: input-number inputFontSize (#49369) 2024-06-12 15:55:18 +08:00
digit.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
digit.tsx feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
disabled.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
disabled.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
filled-debug.md feat: Input/InputNumber/Mentions support filled variant (#46435) 2023-12-18 17:53:31 +08:00
filled-debug.tsx feat: Input/InputNumber/Mentions support filled variant (#46435) 2023-12-18 17:53:31 +08:00
focus.md feat: improve focus behavior (#51444) 2024-11-01 17:21:02 +08:00
focus.tsx feat: improve focus behavior (#51444) 2024-11-01 17:21:02 +08:00
formatter.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
formatter.tsx feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
keyboard.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
keyboard.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
out-of-range.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
out-of-range.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
presuffix.md feat(input-number): add suffix prop & change controls animation (#49674) 2024-07-10 14:43:39 +08:00
presuffix.tsx feat(input-number): add suffix prop & change controls animation (#49674) 2024-07-10 14:43:39 +08:00
render-panel.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
render-panel.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
size.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
size.tsx feat: tsconfig enable strict (#47998) 2024-04-01 15:49:45 +08:00
status.md docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
status.tsx docs: v5 site upgrade (#38328) 2022-11-09 12:28:04 +08:00
variant.md feat: InputNumber support variant (#46381) 2023-12-11 15:34:07 +08:00
variant.tsx add underlined variant (#52546) 2025-01-23 15:16:12 +08:00