File tree 1 file changed +5
-1
lines changed
sdkAngular/app/dataform/editors
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 19
19
</ TKEntityProperty >
20
20
<!-- << angular-dataform-property-readonly-html -->
21
21
< TKEntityProperty tkDataFormProperty name ="numberOfTickets " displayName ="Number of Tickets " index ="5 ">
22
- < TKPropertyEditor tkEntityPropertyEditor type ="Stepper "> </ TKPropertyEditor >
22
+ <!-- >> angular-dataform-editor-params-xml -->
23
+ < TKPropertyEditor tkEntityPropertyEditor type ="Stepper ">
24
+ < TKPropertyEditorParams tKEditorParams minimum ="0 " maximum ="100 " step ="2 "> </ TKPropertyEditorParams >
25
+ </ TKPropertyEditor >
26
+ <!-- << angular-dataform-editor-params-xml -->
23
27
</ TKEntityProperty >
24
28
< TKEntityProperty tkDataFormProperty name ="contactName " displayName ="Contact Name " index ="6 ">
25
29
< TKPropertyEditor tkEntityPropertyEditor type ="Text "> </ TKPropertyEditor >
You can’t perform that action at this time.
0 commit comments