metafizzy / huebee

🐝 1-click color picker
https://huebee.buzz
403 stars 43 forks source link

Prevent Keyboard fomr appearing in ios #11

Closed mimeArtist closed 6 years ago

mimeArtist commented 7 years ago

I've had a look at the documentation, but can't see it listed... is there a way of preventing the keyboard appearing at the same time as the picker?

mimeArtist commented 7 years ago

I found a solution that works for me at least — put readonly="true" in your input field.

mimeArtist commented 7 years ago

...or actually just putting readonly seems to be the best method.

desandro commented 7 years ago

This is an accessibility issue. You should be able to type in the color. readonly may be a suitable hack