Jquery Mask - Conditional Region

Hello Everyone,

I’m using Jquery Mask for some of the fields in my app.
When the field is visible when loading the page (outside of a conditional region), the mask works but if the field is inside of a conditional region, not.

Any tip?

Most probably your script needs to be initialized, when the conditional region is rendered. Use static events > display > show on the conditional region to initialize your script.

2 Likes

Perfect! Thanks, @Teodor!

1 Like