Open rajish opened 1 month ago
PropTypes of the children and label are of type string that prevents from using React nodes (e.g. rendered HTML) in the fields. This is especially difficult when using TypeScript.
children
label
I'm sorry for the late reply. We will consider this and get back to you.
PropTypes of the
children
andlabel
are of type string that prevents from using React nodes (e.g. rendered HTML) in the fields. This is especially difficult when using TypeScript.