Hi,I'm using Signature component, and to save the signature I have to associate a variable to a input box. I do that, but the trouble that I'm facing is: if I turn the input box Visible: false, the variable do not get the signature data, but if I put visible: true the data is stored in that variable.I don't want the box be visible for the end user for clear reasons.Any help?Thank you
Hi,
Please always post related to Component in its respective Support section.
input:focus{ outline: none; }
Make sure your widget is input-only or you can debug n apply the same class as an override in local.
Hope it helps,
Assif
Thanks for your reply.
It's a web application.URL: https://www.outsystems.com/forge/component-overview/501/signature
Where can I put the code you said? This what I have:
Hi John,
You can use the "opacity" CSS property.
For example:
.hide { visibility: hidden;}In this way, the input is hidden from view, but it still preserves the layout and position on the screen, as well as respond to interactions or variables.
Please try out and let me know if it works.
Thanks & regards,
Boney
Boney Sze wrote:
Hi,Thanks for your reply.I put the option hidden in Style classes of the input box. So solved my problem.I don't khow how to insert code, if i want to.Have you ever used or know the component UltimatePDF, if yes let me know, because I have issues on it.
A simple way to add CSS codes is via the extended properties "style".
If you could share your OML or OAP file, I can try to validate what you've done so far?
Happy to help.
Regards,