codetycon
Results
1
comments of
codetycon
I have this schema for fields: `inputFields: [ { key: 'name', label: 'Name', required: true }, { key: 'active', type: 'boolean', label: 'Active', required: true, helpText: 'A boolean value representing...