Skip to content

Conversation

@ikushum
Copy link
Member

@ikushum ikushum commented Dec 25, 2025

fixes #22471

Description

Disable swatches when disabled prop is passed from VColorPicker

Markup:

<template>
  <v-app>
    <v-container>
      <v-color-picker
        v-model="value"
        disabled
        show-swatches
      />

      {{ value }}
    </v-container>
  </v-app>
</template>

<script setup>
  import { ref } from 'vue'

  const value = ref('#461818')
</script>

@ikushum ikushum requested a review from a team December 25, 2025 06:09
@ikushum ikushum self-assigned this Dec 25, 2025
@ikushum ikushum added T: bug Functionality that does not work as intended/expected C: VColorPicker C: VColorInput labels Dec 25, 2025
@ikushum ikushum merged commit 8dbacad into master Dec 26, 2025
17 checks passed
@ikushum ikushum deleted the fix/disable-swatches branch December 26, 2025 05:40
@KaelWD KaelWD added this to the v3.11.x milestone Dec 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

C: VColorInput C: VColorPicker 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.11.5] VColorPicker: Swatches are never disabled

3 participants