Hi all,
I am trying to determine the best way to display read only fields following material design concepts. I have come up with 2 designs and am not really happy with both.
1. Make the field enabled false. It differentiates the field from an input capable field as it does not get focus or change style. The downside is the user can't copy the value to the clipboard and use elsewhere.
2. Make the field read only true.The positive is that the user can copy the value. The negative is it can confuse the user as it responds to focus and changes its style like an input capable field.
My questions are:
1.What would be considered the material design the standard for a read only field?
2.What have others decided on for displaying read only fields?
3. Is it possible to set the field to read only and not have it change style when it receives focus (remains grey)? This is similar to the example I found
https://material.angularjs.org/1.1.0/demo/input
Thanks in advance!
A material design for read only fields
Re: A material design for read only fields
I had the same issue, I settled on two things.
Joe
- Mark the Field as "ReadOnly"
- Set the Appearance to "None"
Joe
-
davidbalansa
- Posts: 92
- Joined: Mon Feb 01, 2016 10:08 am
Re: A material design for read only fields
Hi Joe,
Thank you for the response, it was extremely helpful. I think your implementation works very well.
David
Thank you for the response, it was extremely helpful. I think your implementation works very well.
David