Make integer properties work with mandatory validation clientside

This commit is contained in:
Kenn Jacobsen
2019-09-08 20:33:28 +02:00
committed by Sebastiaan Janssen
parent 1c9ed847a1
commit 26b40ebfd2

View File

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