Project

General

Profile

Bug #11173

Updated by Marek Hulán almost 9 years ago

Similarly to select2, we initialize multi-select for each select tag that "contains multiple attribute":https://github.com/theforeman/foreman/blob/f319405923b27ede45fc04e5e1c1662e3667db32/app/assets/javascripts/application.js#L125-L127. attribute":https://github.com/theforeman/foreman/blob/develop/app/assets/javascripts/jquery.multi-select.js#L6. What's even better we now initialize both JS libraries for multiple selects. I think we should explicitly mark selects on which we want to initialize multiple selects. We need to be able to control which select widget is right in particular form.

Back