PastisD

Results 3 issues of PastisD

Hello, When each bootstrap module is imported individually, for exemple, `import {Alert, Collapse, Dropdown} from 'bootstrap'` in your application, an error occured using Bs5Utils : `Uncaught ReferenceError: bootstrap is not...

Hello, Is it possible to add [Flatpickr ](https://flatpickr.js.org/) as a new possibility for datepicker_type ?

enhancement
PR is welcomed

Hello, Since commit 25fbb91a95d41d44587ee7ca8923745b66221a7d, the remote urls are not working anymore because `file_exists()` always return `false` with remote url. Maybe we can use `curl`or `get_headers()` or whatever you want with...