Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material-experimental/mdc-slider): initialize the aria-valuetext … #22877

Merged
merged 3 commits into from Jun 10, 2021

Commits on Jun 3, 2021

  1. fix(material-experimental/mdc-slider): initialize the aria-valuetext …

    …for slider thumb inputs
    
    * The MDC Foundation does not set the aria-valuetext of slider inputs
      until a value change, so we need to manually initialize it.
    wagnermaciel committed Jun 3, 2021
    Copy the full SHA
    c294b01 View commit details
    Browse the repository at this point in the history
  2. fixup! fix(material-experimental/mdc-slider): initialize the aria-val…

    …uetext for slider thumb inputs
    wagnermaciel committed Jun 3, 2021
    Copy the full SHA
    ae01fda View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. fix(material-experimental/mdc-slider): reword comment

    Co-authored-by: Paul Gschwendtner <paulgschwendtner@gmail.com>
    wagnermaciel and devversion committed Jun 4, 2021
    Copy the full SHA
    7a6ab1e View commit details
    Browse the repository at this point in the history