ant-design/components/select
Jony J dfc20acd0c
feat: add default name generation for RadioGroup component better a11y (#52076)
* feat: add default name generation for RadioGroup component better a11y

* feat(radio): implement useStableId hook for consistent ID generation in RadioGroup

* test: update snapshot

* chore: remove unused demo code snippet from form documentation

* test: enhance demo testing by adding ignoreAttributes option for snapshot matching

* fix(tests): correct logic for skipping tests and enhance snapshot matching for demo tests

* Revert "test: enhance demo testing by adding ignoreAttributes option for snapshot matching"

* test: mock useId for stable ID generation in snapshot tests

* chore: trigger CI build

* docs(radio): update name property description to clarify fallback behavior for RadioGroup

* Update index.zh-CN.md

Signed-off-by: Jony J <1844749591@qq.com>

---------

Signed-off-by: Jony J <1844749591@qq.com>
2024-12-23 10:55:45 +08:00
..
__tests__ feat: add default name generation for RadioGroup component better a11y (#52076) 2024-12-23 10:55:45 +08:00
demo fix: Select align issue (#51694) 2024-11-20 11:54:49 +08:00
style fix(select): prevent label overflow (#52011) 2024-12-14 22:52:05 +08:00
index.en-US.md docs: show suffix demo (#51666) 2024-11-18 10:26:47 +08:00
index.tsx feat(Select): Select supports prefix prop (#51186) 2024-10-16 18:04:38 +08:00
index.zh-CN.md docs: show suffix demo (#51666) 2024-11-18 10:26:47 +08:00
mergedBuiltinPlacements.ts chore: rename file .tsx => .ts (#46759) 2024-01-03 08:45:11 +08:00
useIcons.tsx refactor: deprecatedWarning (#44791) 2023-09-13 22:07:33 +08:00
useShowArrow.ts refactor: Select deprecated showArrow prop (#43520) 2023-07-19 20:27:09 +08:00