Choices/public
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
..
assets [BUGFIX] Check for constructor name of element on bootstrap 2022-09-20 16:45:09 +02:00
test test: select-multiple coverage 2021-12-25 20:29:31 +00:00
types Fix typo on aria-labelledby attribute 2022-04-01 14:13:08 +02:00
index.html Add sponsor 2022-02-13 20:46:02 -05:00
robots.txt Prevent test directory being indexed 2018-10-28 09:40:50 +00:00