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
Similar to #223, the disabled function does not get carried through to the nested button. The input itself is disabled, so nothing happens when you click it. But it's a bit deceptive to users to have a clickable button that is disabled.
Similar to #223, the
disabled
function does not get carried through to the nested button. The input itself is disabled, so nothing happens when you click it. But it's a bit deceptive to users to have a clickable button that is disabled.Do you think it would work to cast the net a little wider and add
span[btn]
to the set of elements that are checked when enabling/disabling?https://github.com/daattali/shinyjs/blob/master/inst/srcjs/shinyjs-default-funcs.js#L238
The text was updated successfully, but these errors were encountered: