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 d7cecc5 commit 82a2cbdCopy full SHA for 82a2cbd
src/ui-pager/index.common.ts
@@ -69,7 +69,7 @@ const booleanConverter = (v: any): boolean => String(v) === 'true';
69
let UNIQUE_VIEW_TYPE = 0;
70
71
@CSSType('Pager')
72
-export abstract class PagerBase extends ContainerView implements AddChildFromBuilder {
+export abstract class PagerBase extends View implements AddChildFromBuilder {
73
static mRegisteredTransformers = {};
74
// This one works along with existing NS property change event system
75
public static selectedIndexChangeEvent = 'selectedIndexChange';
0 commit comments