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

best_in_place textarea not working in rails 4 #563

Open fandiks32 opened 7 years ago

fandiks32 commented 7 years ago

best_in_place(@user, :memo, :as => :textarea, :url => xxxx, :ok_button => t('label.save'), :cancel_button => " " + t('label.cancel'), :place_holder => t('label.empty_text'), :skip_blur => true, :class => 'bip_highlight_td_on_success')

I'm not sure why is it not working or probably is it compatible issue with rails 4?

cmendla commented 7 years ago

@fandiks32 - I just posted an issue and am using rails 4. Was BIP working for fields other than textarea fields?