First of all thank you for this component, it's pretty helpful.
My problem is that I want to disable a whole form (when submitting via ajax for ex).
I would put a disabled attribute to a form fieldset, then all inputs/buttons/etc... are supposed to be 'readonly' in that state.
But multiselect is still fully active. For example, when clicking the right arrow, the dropdown is shown.
I looked in the source, but did not see anything related to this.
Any suggestion?