-
I'm using a rather strange integration of PopupPicker as I'm limited in the environment I am working in. HTML
JS However, this seems to trigger errors as I am using the theme option. Here's how it appears without specifying a theme in options (Fiddle): And here's how it appears when specifying a theme in options (Fiddle): Any hint? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Fixed using and in options:
|
Beta Was this translation helpful? Give feedback.
Fixed using
<script src="https://unpkg.com/picmo@latest/dist/umd/picmo.js"></script>
and in options:
theme: picmo.darkTheme