admin-vben/packages/@core/ui-kit/form-ui/src
LinaBell bb6057cac3
perf: setValues method of the form supports assigning values only to keys that exist in the schema (#4508)
* fix: hover border style same as antd style when validate error

* fix: hover border style same as antd style when validate error

* feat(@vben-core/form-ui): Default form validation rules applicable to selector components

* fix: Missing the default required label style for components such as select

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: some antd components failed to verify styles

* perf: setValues method of the form supports assigning values only to keys that exist in the schema

* docs: update form component docs

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-25 17:09:38 +08:00
..
components feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
form-render docs: update docs (#4466) 2024-09-22 14:16:06 +08:00
config.ts feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
form-api.ts perf: setValues method of the form supports assigning values only to keys that exist in the schema (#4508) 2024-09-25 17:09:38 +08:00
index.ts feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
types.ts docs: update docs (#4466) 2024-09-22 14:16:06 +08:00
use-form-context.ts feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
use-vben-form.ts feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
vben-form.vue feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00
vben-use-form.vue feat: add VbenForm component (#4352) 2024-09-10 21:48:51 +08:00