Skip to content

Conversation

@MyIgel
Copy link
Member

@MyIgel MyIgel commented Oct 20, 2020

We could also only use select2 on selects with more than ~5 elements but that would be more confusing

$('select').each(function (_, select) {
    if (select.length > 5) {
        $(select).select2();
    }
})

resolves #235 (selection users should be possible by some fancy javascript search)
fixes #554 (Messages: User search function or alphabetical order?)

@MyIgel MyIgel added Type: Feature An idea for a new feature hacktoberfest-accepted Created during Hacktoberfest labels Oct 20, 2020
@msquare msquare merged commit 00f812f into engelsystem:master Oct 21, 2020
@MyIgel MyIgel deleted the select2 branch October 22, 2020 13:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hacktoberfest-accepted Created during Hacktoberfest Type: Feature An idea for a new feature

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Messages: User search function or alphabetical order? selection users should be possible by some fancy javascript search

2 participants