-
Notifications
You must be signed in to change notification settings - Fork 189
Open
Description
In documentation and in props I can't see any reference to disable the ripple effect.
In the render of the super-tab-button.component I see
render() {
return (h(Host, { role: "button", "aria-label": this.label ? this.label.innerText : false, "aria-disabled": this.disabled ? 'true' : false, "aria-selected": this.active ? 'true' : 'false', class: {
'ion-activatable': !this.disabled,
'ion-focusable': !this.disabled,
'icon-only': !!this.icon && !this.label,
'label-only': !!this.label && !this.icon,
active: Boolean(this.active),
scrollableContainer: this.scrollableContainer,
} },
h("slot", null),
h("ion-ripple-effect", { type: "unbounded" })));
}Metadata
Metadata
Assignees
Labels
No labels