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:(VSelect/VAutocomplete): Clearable icon not keyboard accessible #19405

Closed
wants to merge 1 commit into from
Closed

fix:(VSelect/VAutocomplete): Clearable icon not keyboard accessible #19405

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Mar 14, 2024

Description

Resolves #18482

Markup:

<template>
  <v-app>
    <v-container>
      <v-select
        clearable
        label="Select"
        :items="['California', 'Colorado', 'Florida', 'Georgia', 'Texas', 'Wyoming']"
      ></v-select>
      <v-autocomplete
        clearable
        label="Select"
        :items="['California', 'Colorado', 'Florida', 'Georgia', 'Texas', 'Wyoming']"
      ></v-autocomplete>
    </v-container>
  </v-app>
</template>

@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VSelect C: VAutocomplete labels Mar 14, 2024
@johnleider
Copy link
Member

I apologize for missing this P.R. The fix for this was merged in #18838. Ty for your support and contribution. Feel free to reach out to me on Discord if you have any questions.

@johnleider johnleider closed this Mar 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VAutocomplete C: VSelect T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report][3.3.21] Accessibility: v-select and v-autocomplete Clearable icon not keyboard accessible
2 participants