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

Continuous Update Mode? #184

Closed
artificeren opened this issue Feb 16, 2014 · 2 comments
Closed

Continuous Update Mode? #184

artificeren opened this issue Feb 16, 2014 · 2 comments

Comments

@artificeren
Copy link

would it be possible to add a continuous update mode, where the picker color doesn't need to be "chosen" or "dismissed" to update the underlying input?

@artificeren
Copy link
Author

fyi, I tried using

$("foo").spectrum({
  clickoutFiresChange: true,
  preferredFormat: "hex6",
  showInput: true,
  showButtons: true,
  allowEmpty: true
}).on("dragstop.spectrum", function (e, color) {
  $(this).spectrum("set", color); // doesn't seem to actually set the value
});

any thoughts?

@bgrins
Copy link
Owner

bgrins commented Feb 19, 2014

Hi, we are chatting about this exact thing in Issue #173, feel free to join in there

@bgrins bgrins closed this as completed Feb 19, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants