Auto close cloned dropdowns for ci variable list
The flow around Bootstrap v4 dropdown and glDropdown changed which resulted in new variable rows to having a blank dropdown open, - With BS3: opened dropdown -> clone and insert new row -> hide old dropdown -> hide new dropdown - With BS4: opened dropdown -> clone and insert new row -> hide old dropdown We are fixing this by cleaning up the dirty row clone class so we don't have to rely on magic events hiding both the old and new dropdowns
Showing
Please register or sign in to comment