GeoSot
GeoSot
I 've checked it and you are right. Thanks, @cpsievert 👍
Based on this documentation section https://getbootstrap.com/docs/5.2/getting-started/javascript/#optionally-using-jquery, I suppose we can close this issue /cc @mdo
You are right on the https://github.com/twbs/bootstrap/commit/337068f8b1044004f4b9abfffbb433694ae87993, however according to docs the dropdowns are initialized on the `.dropdown-toggle` element (probably it would be better to initialized on parent, but this is...
Do we have any knowledge, if github is planning to support form templates (yml) on PRs too?
I've updated it, including the '**Previews**' section. As I initially transformed the "**Types of changes**" section, to comments, I realized that "**Checklist**" section also may not be checked in total...
@michaelglas Thank you for your contribution. Please support it adding some tests. (Preferable on [baseComponent](https://github.com/twbs/bootstrap/blob/main/js/tests/unit/base-component.spec.js) )
I suppose we can have the same results without adding new aliases https://github.com/twbs/bootstrap/pull/36805
You may find one here https://github.com/orchestral/testbench-dusk/compare/7.x...GeoSot:testbench-dusk:test-default-databases But at least in that case it ignores to migrate it too. In my case for some reason, it ignores it only during rollback
I am willing handling it at #35901
> Of course not mandatory for this PR: I just tried quickly but what would you think about adding some automation here with eslint-plugin-html? Linting is always a nice idea....