We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
<script lang="ts" setup> import { ColorPicker } from 'vue-color-kit'; import 'vue-color-kit/dist/vue-color-kit.css'; const changeColor = (color: { hex: string }) => { console.log(color); }; </script> <template> <div> <ColorPicker :colors-default="colors" theme="light" :color="model" @changeColor="changeColor" /> </div> </template>
When typing 0 it was expected to the colose shows the color, but nothing happens.
0
color
Nothing happens when typing 0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Reproduction
Expected behavior
When typing
0
it was expected to the colose shows thecolor
, but nothing happens.Actual behavior
Nothing happens when typing
0
Additional information
The text was updated successfully, but these errors were encountered: