Merge pull request #436 from Budibase/bugfix/colorpicker-input-format-issue
Format change after input- Set format correctly
This commit is contained in:
commit
01e5f4165a
|
@ -125,7 +125,7 @@
|
|||
}
|
||||
|
||||
function handleColorInput(text) {
|
||||
let format = getColorFormat(text)
|
||||
format = getColorFormat(text)
|
||||
if (format) {
|
||||
value = text
|
||||
convertAndSetHSVA()
|
||||
|
|
Loading…
Reference in New Issue