Optional
defaultThe default widget component or widget id for fields in view mode.
Optional
defaultThe default widget component or widget id for fields in edit mode.
Optional
getGet the field value from the form meta.
Rest
...args: any[]Optional
labelOptional
metaConvert user input form meta to the meta that the adapter needs.
Optional
processProcess the meta before rendering.
Optional
renderRender the field by NiceFormMeta and NormalizedFormField.
Optional
renderOptional
widgetAn adapter can provides additional string to component widget map together with field meta converters..
Generated using TypeDoc
The adapter for a specific UI/Form state framework. All adapter should handle 'required', 'fullWidth', 'disabled', 'label', 'help' props of a field. You can create an adapter to support other UI frameworks. We have provided antd, formik and formik + MUI adapter.