Cory LaViska

Results 387 comments of Cory LaViska

There's nothing built-in for this, but you could probably make uses of the [swatches setting](https://labs.abeautifulsite.net/jquery-minicolors/#settings) to populate recent colors yourself. This would be a cool feature to add.

Good catch. `doChange()` will trigger a change event, so it's probably best to set this on init. Care to submit a PR? 🙏

I'm not really aiming for 100% Bootstrap compatibility — it's more of an example to show how it can be done. However, if you want to submit a PR for...

There are very basic instructions in the readme: https://github.com/claviska/jquery-minicolors#install-via-npm We could probably elaborate on this to make it easier for folks to get started. Suggestions?

I think this is more of a behavioral question than a bug. If you compare entering a hex value via keyboard to entering via slider, the current behavior is consistent....

I'm surprised this hasn't come up before. Need more info though, like version numbers. I don't have an Android so if anyone wants to verify/troubleshoot this, I'd appreciate it.

I like this idea. Open to PRs. My thoughts: - This can probably be accomplished using `::before` and `::after` pseudo elements. - I'd like to see a small, black tooltip...

This isn't currently possible, but you can call `text()` with the [third `&$boundary` argument](https://github.com/claviska/SimpleImage#texttext-options-boundary) to get the text's position, then draw a `rectangle()` with the desired fill color, then call...

Not presently, but I'd accept a PR for it.

Thanks for reporting this. I'm not sure there's anything to do here, as runtime type checking isn't something I want to add to every method. I agree that it would...