You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The readonly state in winstrap is not supported by winstrap text inputs in a user friendly way.
While it is partially supported because bootstrap has it, mousing over/selecting text results in interactions that do not make it clear the field is readonly.
Current readonly state:
Focused readonly state:
This is very similar to the active state of an editable field, making it unclear if the field can be edited. This is in difference to the field in the bootstrap css readonly, which continues to maintain clarity.
Expected behavior is that the background remains grayed out, and preferably, the text in the actual readonly field is more gray than the provider field.
The text was updated successfully, but these errors were encountered:
Quenty
changed the title
The readonly state does not have specific styling for :active for text input
The readonly state does not have specific styling for :focus for text input
May 24, 2018
The readonly state in winstrap is not supported by winstrap text inputs in a user friendly way.
While it is partially supported because bootstrap has it, mousing over/selecting text results in interactions that do not make it clear the field is readonly.
Current readonly state:
Focused readonly state:
This is very similar to the active state of an editable field, making it unclear if the field can be edited. This is in difference to the field in the bootstrap css readonly, which continues to maintain clarity.
Expected behavior is that the background remains grayed out, and preferably, the text in the actual readonly field is more gray than the provider field.
The text was updated successfully, but these errors were encountered: