Make integer properties work with mandatory validation clientside
This commit is contained in:
committed by
Sebastiaan Janssen
parent
1c9ed847a1
commit
26b40ebfd2
@@ -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}}" />
|
||||
|
||||
Reference in New Issue
Block a user