react-signature-pad icon indicating copy to clipboard operation
react-signature-pad copied to clipboard

A signature pad implementation for react.

Results 11 react-signature-pad issues
Sort by recently updated
recently updated
newest added

Hello, I am having problems accessing the methods you described via Refs. I keep getting `signature.clear is not a function` Here's my code ``` Signature = React.createClass({ displayName:"Signature", clearSig(){ var...