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
Is your feature request related to a problem? Please describe.
When I set the enabled flag to false the InputDecoration style is set as disabled (correct behavior). It would be useful to set the style as in the TextFormField when the readOnly flag is set to true. The field is made read-only but not with disabled style (gray colors).
The other fields you see in the screenshot have the readOnly flag set to true.
Describe the solution you'd like
It would be useful to set the style as in the TextFormField when the readOnly flag is set to true. The field is made read-only but not with disabled style (gray colors).
The text was updated successfully, but these errors were encountered:
manueltag
changed the title
Set the readOnly style as in TextFormField fields
Set the readOnly style as in TextFormField
Mar 15, 2023
Is your feature request related to a problem? Please describe.
When I set the enabled flag to false the InputDecoration style is set as disabled (correct behavior). It would be useful to set the style as in the TextFormField when the readOnly flag is set to true. The field is made read-only but not with disabled style (gray colors).
The other fields you see in the screenshot have the readOnly flag set to true.
Describe the solution you'd like
It would be useful to set the style as in the TextFormField when the readOnly flag is set to true. The field is made read-only but not with disabled style (gray colors).
The text was updated successfully, but these errors were encountered: