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

Readonly input-color-swatches #901

Closed
madsrasmussen opened this issue Sep 9, 2024 · 1 comment · Fixed by #932
Closed

Readonly input-color-swatches #901

madsrasmussen opened this issue Sep 9, 2024 · 1 comment · Fixed by #932
Labels

Comments

@madsrasmussen
Copy link
Contributor

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

@bjarnef
Copy link
Contributor

bjarnef commented Sep 22, 2024

This one should be simplify enough to implement, when the following PR has been reviewed/merged:
uui-color-swatch: #916

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

Successfully merging a pull request may close this issue.

2 participants