mortendk / eleven

Drupal 8 admin theme that goes to 11
http://eleventheme.com
GNU General Public License v3.0
49 stars 18 forks source link

Removed select wrapper classes to fix tabledrag issue. #287

Open david4lim opened 6 years ago

david4lim commented 6 years ago

The order on fields that allow multiple values is not being saved. This issues is because the method Drupal.tableDrag.prototype.row.prototype.findSiblings is conflicting with the select wrapper, is returning the wrapper instead of the select itself.