umbraco / Umbraco.UI

Umbraco UI Components
MIT License
118 stars 41 forks source link

Readonly input-color-slider #899

Open madsrasmussen opened 3 weeks ago

madsrasmussen commented 3 weeks ago

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.