Umbraco Nested Content - Not validating character limit inside nested content item on save and publish.
Hi,
We are getting an issue with the Nested Content property using Umbraco 8.2.
I have created a new document type of type element containing a textarea with a character limit of 500. I then created a new nested content property and added the element inside. When i navigate to the page, type in over 500 characters, it still allows me to save and publish, although it is still validating on the front end that i have gone over. Is this an issue or am i not configuring this correctly?
Sorry for resurrecting this old post but I keep finding posts mentioning this issue with no answers, as mentioned above I'm in the exact same scenario, regex seems to be ignored when it comes to nested content:
but then:
that exact same regex works totally fine when it comes to forms, only the content page seems to have an issue with it.
Umbraco Nested Content - Not validating character limit inside nested content item on save and publish.
Hi,
We are getting an issue with the Nested Content property using Umbraco 8.2. I have created a new document type of type element containing a textarea with a character limit of 500. I then created a new nested content property and added the element inside. When i navigate to the page, type in over 500 characters, it still allows me to save and publish, although it is still validating on the front end that i have gone over. Is this an issue or am i not configuring this correctly?
Sorry for resurrecting this old post but I keep finding posts mentioning this issue with no answers, as mentioned above I'm in the exact same scenario, regex seems to be ignored when it comes to nested content:
but then:
that exact same regex works totally fine when it comes to forms, only the content page seems to have an issue with it.
I'm having the exact same issue.
is working on a reply...