ant-design-vue/components/form
忆年 1a995b3609 fix(slider): #7929 a-form组件在使用layout="inline"布局时,窗口缩小后表单项都挤在了一起,希望可以在一行容纳不下时增加上下间隙
使用 ant-form-item 的 margin-bottom: 24px,而不是直接设置为 0
2025-01-08 12:33:54 +08:00
..
__tests__ Feat v4 (#6329) 2023-07-14 11:58:27 +08:00
demo docs: update dynamic form item demo (#6930) 2023-09-09 09:19:16 +08:00
style fix(slider): #7929 a-form组件在使用layout="inline"布局时,窗口缩小后表单项都挤在了一起,希望可以在一行容纳不下时增加上下间隙 2025-01-08 12:33:54 +08:00
utils fix: formItem error repeat show, close #5349 2022-03-17 21:53:14 +08:00
ErrorList.tsx Feat v4 (#6329) 2023-07-14 11:58:27 +08:00
Form.tsx Feat v4 (#6329) 2023-07-14 11:58:27 +08:00
FormItem.tsx fix(FormItem): class name error (#7582) 2024-06-04 16:00:40 +08:00
FormItemContext.ts Feat v4 (#6329) 2023-07-14 11:58:27 +08:00
FormItemInput.tsx Feat v4 (#6329) 2023-07-14 11:58:27 +08:00
FormItemLabel.tsx feat(Form): FormItem add tooltip attributes (#7014) 2023-10-16 14:20:32 +08:00
context.ts test: update snap 2023-03-23 14:11:40 +08:00
index.en-US.md feat(Form): FormItem add tooltip attributes (#7014) 2023-10-16 14:20:32 +08:00
index.tsx feat: add formItemInstance type 2022-01-10 09:27:03 +08:00
index.zh-CN.md feat(Form): FormItem add tooltip attributes (#7014) 2023-10-16 14:20:32 +08:00
interface.ts doc: update form demo 2022-04-06 16:48:23 +08:00
useForm.ts fix: useForm model change validate error 2024-04-19 10:18:04 +08:00