Skip to content

Commit

Permalink
Make decimal 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 26b40eb commit 0582e4f
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]+([,\.][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}}" />

Expand Down

0 comments on commit 0582e4f

Please sign in to comment.