jaames / iro.js

🎨 Modular color picker widget for JavaScript, with support for a bunch of color formats

Home Page:https://iro.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Uncaught TypeError: Cannot read property 'appendChild' of null on laravel8

hung2707 opened this issue · comments

issue: Uncaught TypeError: Cannot read property 'appendChild' of null on laravel8
screenshot: https://i.imgur.com/weBdblC.png

commented

Hi,

You're probably not passing a valid HTML element to the new iro.ColorPicker(...) constructor

This is probably a bug in your code somewhere, I can't really help further without seeing it.