mirror of
https://github.com/rowyio/rowy.git
synced 2026-07-13 05:48:53 +02:00
add comment
This commit is contained in:
@@ -184,6 +184,8 @@ export default function Form({ fields, values }: IFormProps) {
|
||||
const field: Field = _isFunction(_field) ? _field(values) : _field;
|
||||
const { type, ...fieldProps } = field;
|
||||
let _type = type;
|
||||
|
||||
// Derivative field support
|
||||
if (field.config && field.config.renderFieldType) {
|
||||
_type = field.config.renderFieldType;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user