#5967 - Member multi does not offer suggestions after the first input
| Identifier | #5967 |
|---|---|
| Issue type | Trivial issue (does not break functionality) |
| Title | Member multi does not offer suggestions after the first input |
| Status | Completed |
| Tags |
Roadmap: v11 (custom) |
| Handling member | PDStig |
| Version | 11 beta4 |
| Addon | core_fields |
| Description | The suggestions pop-up does not occur after the first item in a member multi field |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".
Comments
This hotfix fixes an issue where username suggestions did not appear on username multi fields after the first field.
The reason it wasn't working was because event listeners do not get copied over by ensureNextField. This fix changes the "listeners" to explicit function assignments on the input fields so they get copied by ensureNextField.
This hotfix also improves the Private Topic username warnings a bit.