You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should be using $selector.prop('disabled', true) and $selector.prop('disabled', false); to toggle disabling of fields. This might mean selects are disabled properly.
We should be using $selector.prop('disabled', true) and $selector.prop('disabled', false); to toggle disabling of fields. This might mean selects are disabled properly.
Check #412, #485, #497 behaves as expected.
By using "prop" we get things like Select2 behaving as expected for free.
The text was updated successfully, but these errors were encountered: