Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

[MDCSegmentedButton] firing wrong event namesΒ #7127

Closed
@aeromac

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'
};

Metadata

Assignees

No one assigned

    Labels

    Unresolved (Archived)Open and unresolved issues and PRs that were closed due to archiving the repository.bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions