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
This line doesn't work for me if the user is offline and I save the data to local storage, it all happens in the same callstack. To defer this call means assuming a xhr call, which is not the case all the time. Maybe rails.disableSelector or e.currentTarget, can be used to retrieve value of a disabled input.
The text was updated successfully, but these errors were encountered:
https://github.com/rails/jquery-ujs/blob/master/src/rails.js#L482
This line doesn't work for me if the user is offline and I save the data to local storage, it all happens in the same callstack. To defer this call means assuming a xhr call, which is not the case all the time. Maybe
rails.disableSelector
ore.currentTarget
, can be used to retrieve value of a disabled input.The text was updated successfully, but these errors were encountered: