best_in_place
best_in_place copied to clipboard
A RESTful unobtrusive jQuery Inplace-Editor and a helper as a Rails Gem
I'm having an issue where best in place select boxes aren't displaying. We have a large project with react_on_rails and Materialize installed. I'm not sure if one of those 2...
I use BIP to edit strings that look like so: `["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"]`. When I click on a field to edit it, `Sun,Mon,Tue,Wed,Thu,Fri,Sat` is displayed though....
Hello, display_as doesnt seem to work in my case: notes_controller.rb: ```ruby respond_to :html, :json, :js def update @note = Note.find(params[:id]) @note.update_attributes(params[:note].permit(:note)) respond_with @project end ``` application_helper.rb: ```ruby def markdown(text) [...]...
When I enter some information e.g. " OR " Best in place is stripping the leading and trailing spaces and thus updaing the field as "OR". Now I can sort...
`delegate` has been depreciated in jQuery 3 in favour of `on`
I've a date field ` ` Whenever there's a validation error, the text turns red. And if the update is a success it turns green. Whenever I click on the...
Trying to integrate best in place with Select2 (https://github.com/argerim/select2-rails). Anyone accomplish this? Need it to work with select2 multi-select too..
Please see the commit comments for details on how to get this working - but please note that I was unable to run the bundle (and hence do testing with...