Forum Discussion
JordanGlaski
2 years agoCommunity Member
Text Entry Field masking within a Scrolling Panel
I have a Text Entry field within a Scrolling Panel that which after the entry has been completed, i'd like to lock up the field. In the past my way of doing this is to trigger a filled-but-transpar...
Nedim
2 years agoCommunity Member
Hi Jordan,
Not really sure what is going on here but it appears like the Text Entry is isolated from the scrolling panel when you look at the DOM, like it's in the Shadow DOM but referenced as the read only copy inside the scrolling panel. Not really expert in this topic and probably embarrassing myself but want to help. Technically, in this scenario, the Text Entry will always be on the top of the scrolling panel. I suggest you to use a JavaScript hack to disable the Text Entry when it losses focus.