I'm developing a extension for Umbraco. I'm struggle with the validation from the property editors from Umbraco. I'm using the follow types:
datepicker
dropdown
textbox
How can I validate these fields? They should be all mandatory.
I guess, the best case scenario would be if I could use the Umbraco mechanisms for the validation.
validate umb-editor / property editor
Hi,
I'm developing a extension for Umbraco. I'm struggle with the validation from the property editors from Umbraco. I'm using the follow types:
How can I validate these fields? They should be all mandatory. I guess, the best case scenario would be if I could use the Umbraco mechanisms for the validation.
edit view
angular controller:
Our help would be greatly appreciated,
Thanks Stefan
Hi,
so I end up writing everything be myself. I share with you my solution for those interested in
view:
angular controller:
cheers, Stefan
is working on a reply...