thread-pond / signature-pad

A jQuery plugin for assisting in the creation of an HTML5 canvas based signature pad. Records the drawn signature in JSON for later regeneration.
BSD 3-Clause "New" or "Revised" License
727 stars 292 forks source link

remove validation #185

Open kishankothari opened 8 years ago

kishankothari commented 8 years ago

Hello

I don't need to validation on signature field. So how can I remove this validation. Please help as soon as possible.

thomasjbradley commented 8 years ago

There's an option called validateFields that you can use.

kishankothari commented 8 years ago

ok but where is validateFields option?

thomasjbradley commented 8 years ago

Have a look at the documentation—it shows you have to use the options: https://github.com/thomasjbradley/signature-pad/blob/gh-pages/documentation.md#options

kishankothari commented 8 years ago

ok thanks