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
I want the country select to be disabled after a user selected a country and the server has not responded yet. Seems like that data: { disable: true } for the select input is not working
Could you please fix this issue? Thanks !
The text was updated successfully, but these errors were encountered:
I have a country select:
= select_tag :country_id, options_for_select(@countries), data: { remote: true, disable: true, url: user_profile_path(current_user), method: :patch }
I want the country select to be disabled after a user selected a country and the server has not responded yet. Seems like that
data: { disable: true }
for the select input is not workingCould you please fix this issue? Thanks !
The text was updated successfully, but these errors were encountered: