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
1.9.0
The input-color-slider is missing a readonly mode.
readonly
No response
When the readonly attribute is set on the element nothing happens.
When the input is set to readonly it should not be possible to update the value. It should be possible to interact with the input to read the value.
Storybook should have a story to showcase the readonly mode.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Which exact UI Library version are you using? For example: 1.0.1 - don't just write v1.
1.9.0
Bug summary
The input-color-slider is missing a
readonly
mode.Specifics
No response
Steps to reproduce
When the
readonly
attribute is set on the element nothing happens.Expected result / actual result
When the input is set to
readonly
it should not be possible to update the value. It should be possible to interact with the input to read the value.Storybook should have a story to showcase the
readonly
mode.The text was updated successfully, but these errors were encountered: