feat(register): provider autocomplete (addresses #2740)
This PR now also fixes provider autocomplete in the Add Contact modal:
- Corrects property bindings for
.listand.data(were passed as strings) - Triggers suggestions on
@withmin_chars=1 - Merges configured
registration_providersinto the JID domain list
This complements the registration form autocomplete and addresses #2929 as well.
Update: also fixed provider autocomplete in Add Contact modal (bindings + @ trigger) and merged registration_providers into the domain list, addressing #2929.
Added accessibility improvements for the audio player (fixes #3382):
-
and - Keeps caption/hostname for context when not hidden
Tested with keyboard-only navigation; happy to tweak ARIA per your guidance.
@Bennethxyz Please create separate PRs when you are fixing separate tickets.
For example:
Added accessibility improvements for the audio player (fixes https://github.com/conversejs/converse.js/issues/3382):
This needs to go into a different PR.
Thanks.