Created by: tkrotoff
Closes #33925 (closed)
- First commit: "Inputs of type="file" and type="color" don't support readonly attribute"
Browsers ignore the readonly attribute for input type="file" and input type="color". It's not good to style them as disabled inputs since they are not.
- Second commit: "Don't style read-only input like all browsers and most UI frameworks"
Actually closes #33925 (closed)