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

refactor(ui5-color-picker): rename color to value #8538

Merged
merged 6 commits into from
Mar 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix(ui5-color-picker): fix sample
  • Loading branch information
tsanislavgatev committed Mar 26, 2024
commit 986ee862d18a24d97ed36dcdafa26f60fe7ad20f
2 changes: 1 addition & 1 deletion packages/main/test/pages/ColorPicker.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
stepInput = document.getElementById("changeEventCounter");

colorPicker.addEventListener("ui5-change", function(event) {
colorLabel.value = event.target.color;
colorLabel.value = event.target.value;
});

colorPicker1.addEventListener("ui5-change", function(event) {
Expand Down
Loading