Choices/public/assets/styles
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
..
base.css [BUGFIX] Check for constructor name of element on bootstrap 2022-09-20 16:45:09 +02:00
base.css.map Implement stylelint 2021-12-19 17:43:03 -05:00
base.min.css Implement stylelint 2021-12-19 17:43:03 -05:00
choices.css Fix first character not appearing in webkit browsers 2022-01-27 18:04:49 -05:00
choices.css.map Fix first character not appearing in webkit browsers 2022-01-27 18:04:49 -05:00
choices.min.css Fix first character not appearing in webkit browsers 2022-01-27 18:04:49 -05:00