Unplanned
Last Updated: 15 May 2023 06:41 by Matthias

Initially empty Signature has no value -> signatureObject.value() returns undefined. When the control is focused it gets a default value representing the blank background of the signature pad.

Validating the Signature based on its value gets quite complex as it requires considering this default base64string.

It would be great if the control would provide functionality to validate for mandatory user input

Unplanned
Last Updated: 15 May 2023 06:16 by Matthias
Created by: Matthias
Comments: 1
Category: Signature
Type: Feature Request
3

If one wants to read the resulting signature server-side (after a button-click / form submission), one kind of has to work with a lot of javascript and hidden input fields to transfer the base64-encoded png towards the server. It would be way nicer if you could provide the content of the signature as a server-side property of the RadSignature-control (during post-back).

Unplanned
Last Updated: 12 May 2023 12:40 by Matthias
There's no event to hook in case of a reset; therefore I cannot detect resets. Currently, the change event is not firing when the Signature is cleared.
Unplanned
Last Updated: 13 Apr 2023 14:35 by George
Created by: George
Comments: 0
Category: Signature
Type: Feature Request
0

Would it be possible to include an additional button with a feature that allows a user to Type their signature (e.g., like in MS Paint, you can still type and it saves as an image).


This would be beneficial for people who are signing from a computer rather than a tablet or phone device.