Topic: Bug fix mb-select

Wanderson pro asked 6 years ago


A problem was encountered in the "mb-select" component with "multiple". The wrong index of the list is selected when an option is selected. Correction was made to the mdb.js file on line 19135. Here is the excerpt of the corrected code. Previous: selected = toggleEntryFromArray (valuesSelected, $ (this) .index () - 1, $ select); Correction: selected = toggleEntryFromArray (valuesSelected, $ (this) .index (), $ select);

Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Opened

Specification of the issue

  • ForumUser: Pro
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: -
  • Device: -
  • Browser: -
  • OS: -
  • Provided sample code: No
  • Provided link: No
Tags