@acorex/platform 20.6.0-next.14 → 20.6.0-next.15
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.
|
@@ -916,7 +916,7 @@ class FieldsetContainerBuilder extends LayoutContainerMixin {
|
|
|
916
916
|
*/
|
|
917
917
|
class ListWidgetBuilder extends WidgetContainerMixin {
|
|
918
918
|
constructor() {
|
|
919
|
-
super('list');
|
|
919
|
+
super('data-list');
|
|
920
920
|
}
|
|
921
921
|
setOptions(options) {
|
|
922
922
|
this.containerState.options = { ...this.containerState.options, ...options };
|