You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds read-only mode to Color Picker Property Editor
Implemented the read-only mode of the Color Picker Property Editor UI to closeumbraco/Umbraco-CMS#17045.
* feat: forward the `readonly` attribute to the swatch* elements
* chore: rearrange properties in the element
---------
Co-authored-by: Jacob Overgaard <[email protected]>
* Adds read-only mode to Color Picker Property Editor
Implemented the read-only mode of the Color Picker Property Editor UI to close#17045.
* feat: forward the `readonly` attribute to the swatch* elements
* chore: rearrange properties in the element
---------
Co-authored-by: Jacob Overgaard <[email protected]>
Which Umbraco version are you using? (Please write the exact version, example: 10.1.0)
14.2
Bug summary
Implement the read-only mode of the Color Picker Property Editor UI.
Specifics
Here is a link to a PR that implements read-only mode for another Property Editor UI.
umbraco/Umbraco.CMS.Backoffice#2220
Prerequisites
umbraco/Umbraco.UI#898
umbraco/Umbraco.UI#899
umbraco/Umbraco.UI#900
umbraco/Umbraco.UI#901
umbraco/Umbraco.UI#902
Steps to reproduce
Add the
readonly
attribute to the element through developer toolsExpected result / actual result
It is possible to interact and
readonly
the property editor values but not update them.The text was updated successfully, but these errors were encountered: