Remove lowercasing validation attributes? #14131
Replies: 2 comments 1 reply
-
|
For everyone who is struggling with this: |
Beta Was this translation helpful? Give feedback.
-
|
Idea on this topic: To keep backward compatibility, the configured locale could be checked and lower cased when locale is not in one of those using capital letters for nouns, like 'de', 'nl', 'lb', 'is' and or be configurable. (But even in English, names shouldn't be lower-cased.) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
When you validating your form, by default the label of the field will be lowercased.
Name will get name - what can make sense in english but not in other languages. And also in english to be accurate, "Name" is now an individual field name, so writing with capital letter is even fine in english.
URL will get uRL and it looks same ugly for every field i.e. in German. This behaviour is enforced. Currently.
7 votes ·
Beta Was this translation helpful? Give feedback.
All reactions