Skip to content

Commit

Permalink
Fix label
Browse files Browse the repository at this point in the history
  • Loading branch information
dxvladislavvolkov committed Nov 24, 2023
1 parent 74d258d commit 4cb400e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/preview/wizard/wizard.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
[formData]="employee"
width="100%"
[height]="this.theme === 'generic' ? (this.themeSize === 'compact' ? 125 : 175) :247"
colCount="2">
colCount="2"
[labelMode]="this.theme === 'fluent' ? 'outside' : 'floating'">
<dxi-item dataField="FirstName" ></dxi-item>
<dxi-item dataField="Position" editorType="dxSelectBox" [editorOptions]="{ items: positions, value: '' }">
<dxi-validation-rule type="required" message="Position is required"></dxi-validation-rule>
Expand Down

0 comments on commit 4cb400e

Please sign in to comment.