Table Selection Changed event with Custom Table Cell

I’ve got a simple custom table cell with a mobiletextarea used to display multiple lines of text. It’s read-only.

When I try to select a table row, if I click on the textarea the event doesn’t fire, but it does when I click outside of the textarea.

How can I get the textarea to be “transparent” to selections?

I’m not answering your specific question :slight_smile: but as a workaround, I would use a MobileLabel in this scenario so that it doesn’t intercept the tap.

Thanks, that works fine. I guess it’s not surprising that textarea doesn’t work since it has an editable option.