Menu
  • HOME
  • TAGS

select2 (v4.0.0) - chained selection not working?

javascript,jquery,jquery-select2,chained-select

There are multiple ways to chain Select2. Hiding <option> elements within a <select> is not the way that I would recommend. Select2 does not try to detect whether or not an element is visible and instead depends on options being added and removed from the <select>, which is the guaranteed...