Skip to content

Commit 74ff691

Browse files
committed
fix(VTextField): prevent pointer events on the label
1.0 had it on every 'input-group', this was removed for selection controls but forgot to add it back to text fields
1 parent 84516ba commit 74ff691

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/stylus/components/_text-fields.styl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ rtl(v-text-field-rtl, "v-text-field")
137137
top: 6px // equal to the margin top of icons
138138
transform-origin: top left
139139
white-space: nowrap
140+
pointer-events: none
140141

141142
&--active
142143
max-width: 100%

0 commit comments

Comments
 (0)