impaktapps-ui-builder 1.0.147-test.5 → 1.0.147-test.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11888,6 +11888,9 @@ const buildMultiSelect = (config, componentScope) => {
11888
11888
  if (config.lazyLoading) {
11889
11889
  multipleSelect.config.main.lazyLoading = config.lazyLoading === "YES" ? true : false;
11890
11890
  }
11891
+ if (config.style) {
11892
+ multipleSelect.config.style = JSON.parse(config.style);
11893
+ }
11891
11894
  return multipleSelect;
11892
11895
  };
11893
11896
  const buildBasicUiSchema = (config) => {