Open fandiks32 opened 8 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?
@fandiks32 - I just posted an issue and am using rails 4. Was BIP working for fields other than textarea fields?
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?