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.
/**
* Set the input labels to title case of the name property.
*
* @default false
*/
useNameAsLabel: boolean;
Consider adding a global setting that will enable in all inputs that their labels if not given set to the
namegiven to the input in title case.