Describe the bug
modified flag in onChange handler is supposed to indicate whether the change was made by a user, however in the case of signature component it always fires with false
To Reproduce
Steps to reproduce the behavior:
- Go to sandbox
- Open console
- Draw on signature component
- Console logs
false for modified even though it was changed due to user input
Expected behavior
modified to be true when signature component was changed by user input
Sandbox Example
Sandbox example
Desktop (please complete the following information):
- OS: MacOS
- Browser: Chrome
Describe the bug
modifiedflag inonChangehandler is supposed to indicate whether the change was made by a user, however in the case of signature component it always fires withfalseTo Reproduce
Steps to reproduce the behavior:
falsefor modified even though it was changed due to user inputExpected behavior
modifiedto betruewhen signature component was changed by user inputSandbox Example
Sandbox example
Desktop (please complete the following information):