best_in_place
best_in_place copied to clipboard
best_in_place textarea not working in rails 4
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?
@fandiks32 - I just posted an issue and am using rails 4. Was BIP working for fields other than textarea fields?