Open novocaine opened 3 years ago
can u please assign this issue to me?
can u please assign this issue to me?
Thank you for your interest in this issue. We will normally not assign the issue to an external contributor until they have provided at least a draft PR which is taking the right direction. For further details, see our guidance on assigning issues.
If you have any technical questions about this issue, you can ask for help in #element-dev:matrix.org
I checked this on element web. It's working as expected. Can we close this issue?
Replaces https://github.com/vector-im/element-web/issues/18911
Your use case
What would you like to do?
Create an option, default to off, in which the first name would be autocompleted while still allowing me to select another name from the list if that was wrong.
Why would you like to do it?
The default behaviour was changed in https://github.com/matrix-org/matrix-react-sdk/pull/5659 such that auto-complete doesn't pick the first name. Some users have muscle memory for that flow and prefer it.
Have you considered any alternatives?
We could revert back to the original behaviour, but it was made to improve accessibility by freeing up tab to cycle input focus - this is pretty important for ARIA standards and consistency with other platforms.
Additional context
No response