I am using Umbraco version v 7.10.4 with DTGE version 0.5.6626.9203 (installed via NuGet).
I have a very simple document type called Intro module which has only one textarea field, this is a required field, when I use that inside the grid I can save Intro Module without adding any content and in the panel, I won't get any validation error or any error in the console.
I was just wondering if you guys have any idea why the validation doesn't get triggered on the save click (on the right panel) for textarea
Validation doesn't work for Textarea
Hi
I am using Umbraco version v 7.10.4 with DTGE version 0.5.6626.9203 (installed via NuGet).
I have a very simple document type called Intro module which has only one textarea field, this is a required field, when I use that inside the grid I can save Intro Module without adding any content and in the panel, I won't get any validation error or any error in the console.
I was just wondering if you guys have any idea why the validation doesn't get triggered on the save click (on the right panel) for textarea
Your help is much appreciated.
Many thanks
Ali
Just a quick update, it seems that the validation doesn't work at all for textarea data type and it does work for other types.
UPDATE: I have installed a fresh Umbraco with version 7.10.4 with version 5 for DTGE and still no luck.
Then I upgraded Umrbaco to V 7.11.1 and v6.0 for DTGE still no luck.
I can confirm that the textarea validation works if I add it to the document type but doesn't work when it is inside the grid.
Any update on this? Should I report this bug in Issue tracker?
I'm having the same problem, even with dropdowns. Text boxes for example work fine!
I opened https://github.com/umco/umbraco-doc-type-grid-editor/issues/114, however Matt said
on slack.
Please Add into Backend
Umbraco -> Views -> Property Editors -> textarea - > textarea.html
ng-required="model.validation.mandatory" <- please add into textarea field
is working on a reply...