Oliver Byford
Oliver Byford
Does this also include being able to pass config via `initAll`, or should that be a separate story?
> It's possible to pass a config object to a component via init() and initAll() Based on [this discussion](https://github.com/alphagov/govuk-frontend/pull/2810#discussion_r955178143), I think we've agreed that config will be passed to the...
It looks like the issue in #2204 has been fixed in Chrome 102, so we should consider this for the 5.0 release.
I think this is a Safari bug which is already covered by https://bugs.webkit.org/show_bug.cgi?id=230824 (which includes the same CodePen test case linked to by @klh above).
@klh I've added a comment to the WebKit bug – apologies that I've only just made the connection that you are the original reporter!
We should also keep an eye on adoption of Edge 102 and Opera 88, which both use Chromium under the hood.
As of 31st July, Chrome 102 and 103 account for 95.49% of Chrome traffic:
We intend to look at this when we pick up the other localisation issues for the character count component.
In the spike [we formatted the number only if it matched the key `count`](https://github.com/alphagov/govuk-frontend/pull/2614/files#diff-cde937e9880b3f4528adf0fe09930dfdb170736d3cb092d42173c11c00995caaR87-R91), but I wonder if it might make sense to format any placeholder replacement that is of...
I believe this can be closed as the relevant info is going into the Nunjucks macro options and the Frontend Docs instead now.