Skip to content

fix(VTextarea): replace mask with clip-path #21302

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

khoanguyn1411
Copy link
Contributor

Description

Fixed #21283

Replace the mask with a clip-path for more flexible width handling, as we need to exclude the scrollbar's width from the clip-path to ensure the top arrow remains visible.

Result:

image

Markup:

<template>
  <v-app>
    <v-container>
      <v-textarea
        label="Textarea Label"
        model-value="1
          2
          3
          4
          5
          6
          7
          8
          9
          10"
      />
    </v-container>
  </v-app>
</template>

@MajesticPotatoe MajesticPotatoe added T: bug Functionality that does not work as intended/expected C: VTextarea labels Apr 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VTextarea 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.8.2] Textarea component top of scroll bar hidden
2 participants