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
{{ message }}
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.
Im using this in a rails app and I'm finding it strange that if a user types a HEX value, then clicks outside of the picker (which closes it) the original (currently hidden) input field does not update with the new hex value, even though the color itself has changed.
If the user enters a hex value and presses RETURN, it seems to have the correct behaviour, Im wondering if it's supposed to do the same in the above scenario?
Is there a callback for OPEN/CLOSE I could use which would allow me to assign the new hex to the input when the picker is closed?
The text was updated successfully, but these errors were encountered:
Im using this in a rails app and I'm finding it strange that if a user types a HEX value, then clicks outside of the picker (which closes it) the original (currently hidden) input field does not update with the new hex value, even though the color itself has changed.
If the user enters a hex value and presses RETURN, it seems to have the correct behaviour, Im wondering if it's supposed to do the same in the above scenario?
Is there a callback for OPEN/CLOSE I could use which would allow me to assign the new hex to the input when the picker is closed?
The text was updated successfully, but these errors were encountered: