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
For the .disable() and .enable() functions, the function always applies to which is the last button in the array. That is, calling .disable() on a button may not always disable that button. See this for details on closure problems.
I am submitting a pull request that fixes this problem, while also making two more fields reactive: "closeModalOnClick" and "label".
The text was updated successfully, but these errors were encountered:
For the .disable() and .enable() functions, the function always applies to which is the last button in the array. That is, calling .disable() on a button may not always disable that button. See this for details on closure problems.
I am submitting a pull request that fixes this problem, while also making two more fields reactive: "closeModalOnClick" and "label".
The text was updated successfully, but these errors were encountered: