InputTextArea - isReadOnly - How to?

Hello,

On certain occasions, I prefer to set a text box created with InputTextArea control as read only in my application.

The InputTextArea.isReadOnly seems not to be working out. Please check PG sample.

Whereas, when I set the ‘isReadOnly’ flag for an InputText control, it becomes un-editable.
But unfortunately, for InputTextArea ‘isReadOnly’ not making it readonly & remains editable.

Is it a bug or is there any alternate way to make it readonly?

Here’s it’s PG
Input Text Area - Read only mode - How to? | Babylon.js Playground (babylonjs.com)

Thanks a lot for the feedback PR is here Fix inputTextArea isReadOnly by sebavan · Pull Request #14533 · BabylonJS/Babylon.js · GitHub

3 Likes