Make decimal properties work with mandatory validation clientside

This commit is contained in:
Kenn Jacobsen
2019-09-08 20:26:45 +02:00
committed by Sebastiaan Janssen
parent 26b40ebfd2
commit 0582e4f72e

View File

@@ -5,6 +5,8 @@
pattern="[\-0-9]+([,\.][0-9]+)?"
class="umb-property-editor umb-number"
ng-model="model.value"
ng-required="model.validation.mandatory"
aria-required="{{model.validation.mandatory}}"
val-server="value"
fix-number min="{{model.config.min}}" max="{{model.config.max}}" step="{{model.config.step}}" />