Choices/src
Andreas Fernandez 4a5019f73d
[BUGFIX] Check for constructor name of element on bootstrap
The previous check using `instanceof` fails in case the Choices.js
component is rendered in the `top` frame while the JavaScript actually
using Choices.js is in an iframe.

The conditions are changed to check for `constructor.name` now, solving
the issue.

Due to the rather messy constructor, some quirks like operational
chaining and explicit type casts need to be used to make the TypeScript
compiling process happy.

Fixes: #1057
2022-09-20 16:45:09 +02:00
..
icons Keep icons for future usage 2017-11-21 15:53:28 +00:00
scripts [BUGFIX] Check for constructor name of element on bootstrap 2022-09-20 16:45:09 +02:00
styles Allow to overwrite the $choices-z-index variable 2022-05-04 11:41:57 +02:00
index.ts feat: Export interfaces 2021-12-27 14:46:22 +00:00