You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
properties: {
mode: {
type: 'string',
enum: ['multiple', 'tags', null],
'x-decorator': 'FormItem',
'x-component': 'Radio.Group',
'x-component-props': {
defaultValue: null,
optionType: 'button',
},
},
}
请问,像组件的schema的 'x-component': 'Radio.Group', 我想替换掉Radio.Group这一个组件,去用我自己的组件并和x-component-props实现联动应该怎么做呢
Beta Was this translation helpful? Give feedback.
All reactions