Skip to content

Commit

Permalink
Fix color input bugs for vsce
Browse files Browse the repository at this point in the history
adeira-source-id: 1ee10f792f971b948a0f158d3aba21c94be68bea
  • Loading branch information
itsdouges authored and triplex-bot committed Aug 5, 2024
1 parent 1c7cef2 commit 091aa04
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-rats-worry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/ux": patch
---

Fix color input setting unparsed persisted values instead of the transformed hex value.
5 changes: 5 additions & 0 deletions .changeset/two-papayas-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@triplex/ux": patch
---

Color input now uses blur event instead of native change event when confirming the changed value. This fixes the default value "" being considered the same as "#000".

0 comments on commit 091aa04

Please sign in to comment.