Signature Block

I’m trying to use the signature block in the UI builder. However, for some reason it only shows the controls at the bottom, and not the main signature pad. It doesn’t seem to record a signature when I try to draw on it. I watched the demo, but can’t seem to figure out what I’m missing.

Hi @David_King ,
I can’t reproduce your issue, I just installed UI Component “Signature Pad” from the marketplace, dragged it to the page and it works as expected, could you share the steps so I can reproduce the issue? Maybe you use some handlers in this component?

Regards,
Sergey

For anyone coming across this, I figured out what it was. The signature block does not inherintly take up any space in the layout. Therefore, the blocks above it will stack on top of the signature area. You have to put the signature block inside a layout block and set a height in the layout block to force it to take up space and push out neighboring blocks.