bootstrap-x-editable-rails
bootstrap-x-editable-rails copied to clipboard
Adding display:none on Chrome/Safari
Hi guys, I've created a new issue on x-editable project, pasting here for your information.
https://github.com/vitalets/x-editable/issues/838
Fixed just forcing a display: inline after some event, like so:
success: function(response, newValue) {
$(this).css('display', 'inline');
}