simonwep / pickr

🎨 Flat, simple, multi-themed, responsive and hackable Color-Picker library. No dependencies, no jQuery. Compatible with all CSS Frameworks e.g. Bootstrap, Materialize. Supports alpha channel, rgba, hsla, hsva and more!
https://simonwep.github.io/pickr
MIT License
4.29k stars 287 forks source link

Wrong arguments for show event in readme #287

Closed jaschaio closed 3 years ago

jaschaio commented 3 years ago
pickr.on( 'show', ( ...args ) => {} );

This receives two arguments HSVaColorObject and PickrInstance but the Readme.md file still says it only receives the Instance

simonwep commented 3 years ago

Allright, thank you!