Skip to content

Commit

Permalink
Make integer properties work with mandatory validation clientside
Browse files Browse the repository at this point in the history
  • Loading branch information
kjac authored and nul800sebastiaan committed Sep 15, 2019
1 parent 1c9ed84 commit 26b40eb
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}}" />
Expand Down

0 comments on commit 26b40eb

Please sign in to comment.