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

Hi @blackjk3 , thanks for making this component! I forked off into [react-signature-canvas](https://github.com/agilgur5/react-signature-canvas) around 3 years ago when this was no longer maintained. The fork was initially just to have...

In mobile, when we scroll up/down rapidly the addressbar appears and I think that fires the resize event, so the signature is cleared. Actually it should not happen, as per...

It is nice to have onClear event callback

When the pad loads it doesnt work, if I resize the screen then it works

Using inline styling. See webpack css loader or things like Aphrodite. It'll drastically reduce install complexity: for example, for css-free projects.

Updated ref style according to [react-docs](https://facebook.github.io/react/docs/refs-and-the-dom.html#adding-a-ref-to-a-dom-element) Added customized linting rules

I tried to run the code with `npm start` but when i go to http://localhost:8080 I see ``` The localhost page isn’t working localhost didn’t send any data. ERR_EMPTY_RESPONSE ```...

When signature component is first mounted and no data has been set, isEmpty() returns false when it should return true.

I would Like to have an onChange event like all input elements.