utily / smoothly

Web component library written with Stencil.
https://payfunc.com/open-source/smoothly
MIT License
1 stars 5 forks source link

Remove partial opacity for readonly inputs #850

Closed Magnus93 closed 3 weeks ago

Magnus93 commented 3 weeks ago

As the name readonly suggest the input is supposed to be read in the state, so making the input less clear makes no sense. If we had a disabled state it could make sense to grey out the values.

Also added readonly to input in input-demo-standard that was missing readonly.

Before

Screenshot from 2024-08-21 10-57-11

After

Screenshot from 2024-08-21 10-57-01