Skip to content

MultiSelectEnum - v1.1.1

Compare
Choose a tag to compare
@stephanbruijnis stephanbruijnis released this 21 Feb 12:18
· 7 commits to main since this release

Release version 1.1.1

Two bug fixes:

  • Enumerations where the key only exists of 1 character were not being set after selecting, this has been fixed to include enumeration keys with a length of 1
  • Loading the widget more than once on the same page would cause issues if there were enumeration keys that would occur more than once (example: selecting the value "A" for MultiSelectEnum-widget1 would also select it for MultiSelectEnum-widget2 if that key occurred there as well). This has been fixed by using the widget identifier + enumeration key to the for attribute and id of the input element.