Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25f955c commit ffc3fa8Copy full SHA for ffc3fa8
‎client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx
@@ -977,15 +977,8 @@ export const MultiSelectStyle = [
977
] as const;
978
979
export const ChildrenMultiSelectStyle = [
980
- ...multiSelectCommon,
981
- {
982
- name: "multiIcon",
983
- label: trans("style.multiIcon"),
984
- depTheme: "primary",
985
- depType: DEP_TYPE.SELF,
986
- transformer: toSelf,
987
- platform: "pc",
988
- },
+ ...STYLING_FIELDS_SEQUENCE,
+ getStaticBackground(SURFACE_COLOR)
989
990
991
export const TabContainerStyle = [
0 commit comments