<input list type="color" v-model="selectedColor" @input="updateHexValue" class="">
And this is how it displays:
I just want the color and I do not want a border around the input button. I am currently using tailwind as well and trying to implement styling on it doesn’t do anything.
2
Answers
I have tried to apply css to your input, maybe this can help you,
and here is the css,
If you are using Tailwind you can
border-none
class