mdbassit / Coloris

A lightweight and elegant JavaScript color picker. Written in vanilla ES6, no dependencies. Accessible.
https://coloris.js.org/examples.html
MIT License
450 stars 58 forks source link

Cannot submit form when using coloris #60

Closed natsirasrafi closed 2 years ago

natsirasrafi commented 2 years ago

Screen Shot 2022-08-20 at 1 54 02 PM

i cannot submit form and get value from input when use coloris

mdbassit commented 2 years ago

That is not valid HTML, that's why it doesn't work. Please review the basics of HTML before submitting an issue here. You need to move <form action="... before <div class="examples">.