We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Numeric Input component currently displays the same visual appearance for both read only and disabled states when the input contains a value.
Both Readonly and Disabled inputs with values look identical, making it difficult to distinguish them.
Read-only input: Text color remains normal, but editing is disabled. Disabled input: Text color is greyed out, and editing is disabled.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
The Numeric Input component currently displays the same visual appearance for both read only and disabled states when the input contains a value.
Steps to Reproduce
Actual result
Both Readonly and Disabled inputs with values look identical, making it difficult to distinguish them.
Expected result
Read-only input: Text color remains normal, but editing is disabled.
Disabled input: Text color is greyed out, and editing is disabled.
Environment
The text was updated successfully, but these errors were encountered: