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. ```ts /** * Set the input labels to title case of the name property. * * @default false */ useNameAsLabel: boolean; ```