-
Notifications
You must be signed in to change notification settings - Fork 43
Colour picker reccomendation
Cornelis G. A. Kolbach edited this page Sep 18, 2013
·
4 revisions
A colour picker lets the user choose a colour in a visual manner. The colour can be sent to a server to be used throughout an application.
The following markup will allow for a date picker upon click on the input field:
<input type="color" class="pat-colour-picker" />
The background colour of the input field changes along with the selected colour.
The input field is populated with a hex value as a colour is selected with the colour picker. The background colour of the input field is also updated if the user enters a valid hex value manually upon each key press.
…