Skip to content

Commit 4d02a7f

Browse files
Dimitar TachevDimitar Tachev
Dimitar Tachev
authored and
Dimitar Tachev
committed
docs: add angular demo for editor params
1 parent ffaea3d commit 4d02a7f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sdkAngular/app/dataform/editors/dataform-editors.component.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,11 @@
1919
</TKEntityProperty>
2020
<!-- << angular-dataform-property-readonly-html -->
2121
<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 -->
2327
</TKEntityProperty>
2428
<TKEntityProperty tkDataFormProperty name="contactName" displayName="Contact Name" index="6">
2529
<TKPropertyEditor tkEntityPropertyEditor type="Text"></TKPropertyEditor>

0 commit comments

Comments
 (0)