I don’t see
When this input is disabled
as an available condition. I’d assume you’d need to implement some sort of work around to do what you want.
If your design permits, perhaps you keep track of the input’s disabled status using a state and then a conditional to disable it and set the color to red?
Thats all good but when the input is disabled it applies a shading to the normal font colour… so white becomes grey. I want to use a input as a input when editing an event then as a text box when not editing the event.
I believe you can do it through custom css but i dont know how
Hi, I am using this css input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; }
It will override the disable input style for IOS and other browsers.