Skip to content

Commit 7657d52

Browse files
committed
fix(VColorInput): allow inner fields focus using mouse
fixes #21897
1 parent ee370bf commit 7657d52

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/vuetify/src/labs/VColorInput/VColorInput.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ export const VColorInput = genericComponent<VColorInputSlots>()({
177177
{ ...colorPickerProps }
178178
modelValue={ props.hideActions ? model.value : proxyModel.value }
179179
onUpdate:modelValue={ value => onUpdateModel(value) }
180-
onMousedown={ (e: MouseEvent) => e.preventDefault() }
181180
>
182181
{{
183182
actions: !props.hideActions ? () => slots.actions?.({ save, cancel, isPristine }) ?? actions() : undefined,

0 commit comments

Comments
 (0)