We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At the moment if you import 'all' it'll initialise automatically.
Should it instead do the following:
<script src="all.js"></script> <script> govukFrontend.initAll() </script>
and
<script src="all.js"></script> <script> govukFrontend.Checkboxes.init() </script>
The text was updated successfully, but these errors were encountered:
Adam has an interesting article on this: https://adamsilver.io/articles/dont-initialise-javascript-automagically/
Sorry, something went wrong.
After integrating the JavaScript into the design system, I think this is definitely something we should consider.
Closed with #759
No branches or pull requests
At the moment if you import 'all' it'll initialise automatically.
Should it instead do the following:
and
The text was updated successfully, but these errors were encountered: