How to indicate disabled text input with gray text
When a text input is conditionally disabled, I would expect a visual cue to the user that it is disabled. What I am observing is that the text input looks exactly the same, but the user is unable to type in it. Is there a way to make the box and label appear faded/gray? The only solution I see is to make two text inputs with different formats and show/hide each conditionally. Hopefully, there is a cleaner solution.
Example: when a button is disabled, the appearance changes to be faded and it is clear to the user that it is disabled.