fix: Text character length validation should be more helpful#1060
fix: Text character length validation should be more helpful#1060iOvergaard merged 7 commits intov1/contribfrom
Conversation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1060.westeurope.azurestaticapps.net |
|
Hi @NguyenThuyLan. It's great to see some problem solving. I'm thought concerned about replicating any of our Localization Argument handling in UI Library. The Localization In the CMS both supports {0} and %0% and JS Methods In general it is dangerous to have one system assuming support of another, in this case CMS sending in Localization Strings to the UI Library assuming that UI Library supports the same. Instead we should implement this in a way that enables the CMS to be the sole owner of the Localization mechanism, and we can do so by using the technique I described on another PR: Practically, it will look like this: |
…to v1/fix-bug/text-character-length-validation
…/github.com/umbraco/Umbraco.UI into v1/fix-bug/text-character-length-validation
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1060.westeurope.azurestaticapps.net |
1 similar comment
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1060.westeurope.azurestaticapps.net |
|
apporach looks good, so I marked it as ready for review |
|
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://delightful-beach-055ecb503-1060.westeurope.azurestaticapps.net |



Description
Types of changes
After fix:

