bernat / best_in_place

A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
http://blog.bernatfarrero.com/in-place-editing-with-javascript-jquery-and-rails-3/
1.2k stars 574 forks source link

Confirm checkbox alert #573

Closed mario-amazing closed 2 years ago

mario-amazing commented 7 years ago

How can I display confirmation alert before change checkbox value? best_in_place item, :received, as: :checkbox, confirm: "Are u sure?",collection: { false: "N", true: "Y"}

victorhazbun commented 7 years ago

Is this gem working on Rails 5?

mario-amazing commented 7 years ago

yeap

NoMemoryError commented 7 years ago

@megosparta any luck with this ?

mario-amazing commented 7 years ago

@vypah only hidden button help

NoMemoryError commented 7 years ago

@megosparta yea I guess this is kinda broken. I also switched to a simple button_to instead of using bip