Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set the readOnly style as in TextFormField #553

Closed
manueltag opened this issue Mar 15, 2023 · 1 comment
Closed

Set the readOnly style as in TextFormField #553

manueltag opened this issue Mar 15, 2023 · 1 comment

Comments

@manueltag
Copy link

manueltag commented 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).

Screenshot 2023-03-15 alle 12 09 30

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).

@manueltag manueltag changed the title Set the readOnly style as in TextFormField fields Set the readOnly style as in TextFormField Mar 15, 2023
@salim-lachdhaf
Copy link
Owner

thhnx, fixed in the next version v6.0.0-pre that will be released in next days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants