Skip to content

Commit a015ae7

Browse files
Stepper: fix validation rule syntax in angular from integration demo (DevExpress#29919)
1 parent b06c798 commit a015ae7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/demos/Demos/Stepper/FormIntegration/Angular/app/guests-form/guests-form.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[editorOptions]="numberBoxOptions"
1616
[label]="adultsLabelOptions"
1717
>
18-
<dxi-validation-rule type="range" [min]="1"></dxi-validation-rule>
18+
<dxi-form-validation-rule type="range" [min]="1"></dxi-form-validation-rule>
1919
</dxi-form-item>
2020

2121
<dxi-form-item

0 commit comments

Comments
 (0)