Dashboard 2.0 Text Input node

Hello,

I'm looking in my dashboard project to "freeze" a Text Input field. Is there a way to add "disabled" or "readonly" props to this Text Input field ? I have try with msg.ui_update "readonly": true, but without results right now. Any Ideas ?

Regards
Jean-Rem

If you are using the newer Flowfuse dashboard then you can send the widget msg.enabled false to disable it. If you are still using the original node-red-dashboard then I I don't know the answer.

Hello Colin,

Good idea, this msg. control apply 'opacity" to the Text Input field. Do you think this effect could be bypassed ?

Regards
Jean-Rem

Probably by using CSS. I don't know exactly how though.