-
-
I have same kind of errors as https://github.com/melloware/coloris-npm/issues/13
Just by adding
```js
import "@melloware/coloris/dist/coloris.css";
import Coloris from "@melloware/coloris";
C…
jjf21 updated
2 years ago
-
Hi, after importing with npm, and adding the following to the top of the vue file
```js
import "@melloware/coloris/dist/coloris.css";
import Coloris from "@melloware/coloris";
Coloris.init();
Col…
-
I want to display the colorpicker in a custom popup without any input. I used the following options:
```
Coloris({
el: null,
inline: true,
parent: '#' + anchorId,
…
-
I want to display the colorpicker in a custom popup without any input. I used the following options:
Coloris({
el: null,
inline: true,
parent: '#' + anchorId,
auto…
-
Look like when turbo render a page, Coloris raise an error
```
Uncaught TypeError: Cannot set properties of null (setting 'innerHTML')
```
I use CDN and init with `turbo:load` event
```js
do…
jjf21 updated
2 years ago
-
Thank you for this component! It's so easy to setup and get working, it's really great!
But there's a problem: I made Coloris pickers out of my `` elements inside a form. When I closed the picker,…
-
Coloris picker not working with latest bootstrap 5 Modal.
And not able to focus or edit color input in bootstrap 5 Modal popup.
I tried to fix it with z-index but not able to edit input hex text.
…
-
## 🐛 Bug Report
Hello, I want to use this library to retrieve the translation files stored on firebase, this one is downloaded by the application but the first of my views is not displayed (see…
-
Hello guys,
Thanks for the library.
I just started using the library and as soon I opened in Google Chrome I got this warning message:
```
coloris.js:928 [Violation] Added non-passive event …