class="ant-input-affix-wrapper ant-input-affix-wrapper-focused pro-field pro-field-md" 25285- style="width: 100%;" 2528625285 > 2528725286 <input 2528825287 class="ant-input" @@ -25356,7 +25355,7 @@ exports[`form demos 📸 renders ./packages/form/src/components/SchemaForm/demos ...
class="ant-input-affix-wrapper ant-input-affix-wrapper-focused ant-input-textarea-affix-wrapper" > <textarea class="ant-input" 2 changes: 1 addition & 1 deletion 2 components/popconfirm/__tests__/__snapshots__/index.test.tsx.snap Original file line numberDiff line numberDiff line change...
🐞 Fix Input.TextArea width synchronization issue during resizing. #53024 @triyys 🐞 Fix Typography type color not follow color[Status]Text instead of color[Status]. #53086 @zombieJ 🐞 Fix Affix abnormal onChange event behavior in React versions below 18. #53038 @waiter 🐞 Fix Form ...
🐞 Fix Input affix with popup element can not get click focus. #22887 Table 🆕 Table row selection dropdown support getPopupContainer. #22787 @mikeyshing88 🐞 Fix Table header size with filter or sorter when size is configured. #22872 💄 Adjust nest Table style, compact only when...
class="ant-input-affix-wrapper ant-input-affix-wrapper-focused pro-field pro-field-md" > <input class="ant-input" id="name" placeholder="请输入名称" type="text" value="蚂蚁设计有限公司" /> <span class="ant-input-affix-wrapper ant-input-affix-wrapper-focused pro-field pro-field-md" ...
components/input-number/tests/suffix.test.tsx 新增测试用例,验证在禁用状态下组件容器正确应用 ant-input-number-affix-wrapper-without-controls 类。 components/input-number/index.tsx & components/input-number/style/index.ts 修改逻辑:扩展判断条件,在禁用时也应用无控件样式;同时调整 hover 状态判断,确保禁用...
🐞 Corrected Drawer style prop to outside wrapper. #11504 🐞 Fixed one problem of incorrect state when Affix first mounted. #13737 @xuxinhang 🐞 Fixed Tabs cursor style of disabled tab. #13709 🌟 Added some less variables of Tabs, Table, Alert. TypeScript ⚡️ Enhanced Table ...
🐞 Fix Affix throws Cannot read property getBoundingClientRect in mobile device. #21350 🐞 Fix the problem that the label width is incorrect when the screen is less than xs. #21222 🐞 Fix Input size is large height style. #21338 🐞 Fix Badge color not working when contains childre...
🛠 Refactor Input.TextArea that move count into affixWrapper element. #41450 🆕 DatePicker/Calendar add cellRender for custom cells and deprecated properties dateRender and monthCellRender in DatePicker, deprecated properties dateCellRender、monthCellRender、dateFullCellRender、monthFullCellRender in ...
['default', 'large'] as const; type sizeType = (typeof _SizeTypes)[number]; export interface PushState { distance: string | number; } // Drawer diff props: 'open' | 'motion' | 'maskMotion' | 'wrapperClassName' export interface DrawerProps extends Omit<RcDrawerProps, 'maskStyle'>, ...