jQuery-Knob
jQuery-Knob copied to clipboard
No Placeholder Feature
When using the knob as an input, I'd like to have it display a greyed-out "0", but it defaults to NaN. I could do value="0", but that negates the "required" tag on the form input.
Actually, NaN still gets processed, despite it being a required input... hmm...