LB (Ben Johnston)
LB (Ben Johnston)
Rebased, fixed up & ready for review - upgrade considerations added & tests all passing. I have also manually checked each other template/include usage updated by this PR for any...
Thankyou Matt
@boldo-h is this still happening? I've done some other testing recently with various characters of a similar nature and not seen this problem.
@shindodkar - yep, no movement on this yet.
https://github.com/wagtail/wagtail/issues/11501 has been created for the JS (Stimulus) implementation. This will make it much easier for third party code to reuse. Maybe unofficially though as it may not be documented...
Now that https://github.com/wagtail/wagtail/pull/8886 is merged, I would like to prepare a pull request that updates the icon classname usage from `class_name` to `classname`. See docs - https://docs.wagtail.org/en/latest/contributing/general_guidelines.html#use-classname-in-python-html-template-tag-variables **I will try...
PR up that implements the approach in the above comment - https://github.com/wagtail/wagtail/issues/6107#issuecomment-1325635281 * https://github.com/wagtail/wagtail/pull/9769 - minimal change to ensure the template tag can support both approaches * https://github.com/wagtail/wagtail/pull/9770 - to...
Well done everyone!
Pretty sure you can just pass `autoComplete` to the `inputProps`. ``` ``` https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
@Lovelyfin00 you can now rebase this on `main` as the Stimulus code has been merged in. Happy to help you with this.