Replies: 1 comment
-
You need to add it to the element's element: {
types: {
firstname: {
name: "firstname",
label: 'Name',
description: 'Person name input',
icon: 'http://www.w3.org/2000/svg',
category: 'fields',
sections: 'text',
//separators: 'text',
schema: {
type: 'text',
label: 'Adınız',
rules: [
'required',
'min:3'
],
},
},
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Beta Was this translation helpful? Give feedback.
All reactions