File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1212 --multistep-color-border : var (--p-primary-color );
1313 --multistep-color-tab : var (--p-primary-active-color );
1414 --multistep-color-tab-active : var (--p-primary-color );
15- --multistep-color-success : var ( --p-primary-color ) ;
15+ --multistep-color-success : #2b7a60 ;
1616 --multistep-color-danger : #ef9a9a ;
1717 --multistep-color-tab-active-text : var (--p-button-primary-color );
1818 --multistep-color-tab-text : var (--p-button-primary-color );
Original file line number Diff line number Diff line change @@ -48,6 +48,31 @@ const schema = reactive([
4848 },
4949 ],
5050 },
51+ {
52+ $formkit: ' step' ,
53+ name: ' step3' ,
54+ label: ' Step 3' ,
55+ children: [
56+
57+ {
58+ $formkit: ' primeInputText' ,
59+ name: ' name' ,
60+ label: ' Basic' ,
61+ validation: ' required' ,
62+
63+ },
64+ {
65+ $formkit: ' primeInputText' ,
66+ id: ' icon' ,
67+ name: ' todo' ,
68+ label: ' Todo' ,
69+ help: ' ' ,
70+ placeholder: ' todo' ,
71+ iconPrefix: ' pi pi-check' ,
72+ validation: ' required' ,
73+ },
74+ ],
75+ },
5176 ],
5277 },
5378])
You can’t perform that action at this time.
0 commit comments