Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I have a grid property editor with text box property using
<umb-editor model="control.titleControl" />
titleControl is intialised like
$scope.control.titleControl = { view: '/umbraco/Views/propertyeditors/textbox/textbox.html', label: 'Title', description: 'Tile text', config: { "maxChars": 200 }, validation: { "mandatory": true } };
I have tried passing validation property like that, but doesnot seem to have any effect on validation.
Is there some other technique for enabling validation on umb-property using model values?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Umbraco property editor required field validation
I have a grid property editor with text box property using
titleControl is intialised like
I have tried passing validation property like that, but doesnot seem to have any effect on validation.
Is there some other technique for enabling validation on umb-property using model values?
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.