Home > Back-end >  input type color always open
input type color always open

Time:11-01

I need your help, I'm using input type color and I need the color picker to always show up without clicking can we do this using html or css or js/jquery or anyway.

Thank you in advance.

google, youtube, didn't find anything also in stackoverflow

CodePudding user response:

Unfortunately, without JS there‘s no way to do that. You can use a js-library like iro.js.

It’s a free, easy-to-use and powerful library.

  • Related