We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
useNameAsLabel
Consider adding a global setting that will enable in all inputs that their labels if not given set to the name given to the input in title case.
name
/** * Set the input labels to title case of the name property. * * @default false */ useNameAsLabel: boolean;