This repository has been archived by the owner on Jan 13, 2025. It is now read-only.
Closed
Description
I think the event constants are named wrong? (10 and 11)
export const events = {
SELECTED: 'selected',
CHANGE: 'change'
};
should be?
export const events = {
SELECTED: 'MDCSegmentedButtonSegment:selected',
CHANGE: 'MDCSegmentedButton:change'
};