@@ -52,7 +52,10 @@ export const PresetDefine = {
5252 type : FCCGroup . InputFCC ,
5353 actions : [ actions . inputs . set ( { type : 'date' } ) , actions . wrappers . set ( [ 'label-wrapper' ] ) ] ,
5454 } ,
55- password : { type : FCCGroup . PasswordInputFCC } ,
55+ password : {
56+ type : FCCGroup . PasswordInputFCC ,
57+ actions : [ actions . wrappers . set ( [ 'label-wrapper' ] ) ] ,
58+ } ,
5659 radio : {
5760 type : FCCGroup . RadioFCC ,
5861 actions : [ actions . wrappers . set ( [ 'label-wrapper' ] ) ] ,
@@ -155,6 +158,7 @@ export const PresetDefine = {
155158 } ,
156159 autocomplete : {
157160 type : FCCGroup . AutocompleteFCC ,
161+ actions : [ actions . wrappers . set ( [ 'label-wrapper' ] ) ] ,
158162 } ,
159163 'button-input' : {
160164 type : FCCGroup . ButtonInputFCC ,
@@ -175,7 +179,7 @@ export const PresetDefine = {
175179 fieldset : { type : WCGroup . FieldsetWC } ,
176180 form : { type : WCGroup . FormWC } ,
177181 'label-wrapper' : { type : WCGroup . LabelWC } ,
178- ' label' : { type : WCGroup . LabelWC } ,
182+ label : { type : WCGroup . LabelWC } ,
179183 'loading-wrapper' : { type : WCGroup . LoadingWC } ,
180184 'validate-tooltip-wrapper' : { type : WCGroup . ValidateTooltipbWC } ,
181185 td : { type : WCGroup . TdWC } ,
0 commit comments