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(VChip): prevent text selection for link chips #19653

Merged
merged 1 commit into from
Apr 22, 2024

Conversation

MetRonnie
Copy link
Contributor

@MetRonnie MetRonnie commented Apr 19, 2024

Description

Dragging the cursor slightly while clicking a VChip with the link prop (or otherwise clickable with @click I think) would cause the text to become selected. This PR prevents text selection.

Markup:

<template>
  <v-app>
    <v-main>
      <v-chip link>Try selecting me</v-chip>
    </v-main>
  </v-app>
</template>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VChip VChip T: bug Functionality that does not work as intended/expected
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants