-
I have a form consisting of input fields and a Select. Based on the user's permissions, these fields become read-only when the user doesn't have permission to edit. However, I just noticed that Select/Combobox doesn't have a read-only state which makes the form look odd with a mix of readonly/disabled fields. The disabled state also makes the information in the field difficult to read and the intent of the page is to still allow the user to see that information even if they can't edit. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @PoojMenon, Would you be able to use a readonly input instead of a combobox in that case or do you want the user to still be able to open the dropdown? I'm not sure allowing the dropdown to open would be helpful in terms of UX. If it's a matter of having an easy way to display a readonly input with the dropdown arrow, I also wonder if the arrow would cause confusion. I'm not sure though so I'll check in with designers on my team. |
Beta Was this translation helpful? Give feedback.
Hi @PoojMenon,
Would you be able to use a readonly input instead of a combobox in that case or do you want the user to still be able to open the dropdown? I'm not sure allowing the dropdown to open would be helpful in terms of UX. If it's a matter of having an easy way to display a readonly input with the dropdown arrow, I also wonder if the arrow would cause confusion. I'm not sure though so I'll check in with designers on my team.