Readonly
adaptersAdd an adapter to the nice form. Nice form could have multiple adapters to provide different features. For example, some adapter supports an UI framework, some adapter supports a form state management framework.
The default widget component or widget id for fields in view mode.
The default widget component or widget id for fields in edit mode.
Define a widget so that you can use a string id as field widget. Also you can provide a meta converter to convert user input meta to the meta that the widget needs.
Optional
metaConverter: ((__namedParameters) => NiceFormField)Internal usage only.
Optional
metaInternal usage only.
Optional
renderInternal usage only.
Optional
renderInternal usage only.
Generated using TypeDoc
The common config of nice form.