-
Notifications
You must be signed in to change notification settings - Fork 431
Description
Hello,
Using the code on the page:
https://react-bootstrap-table.github.io/react-bootstrap-table2/storybook/index.html?selectedKind=Cell%20Editing&selectedStory=Custom%20Editor&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel
When you try to edit Product Quality column you can actually click on each cell and it goes into "edit mode", but the last one you clicked stays in this mode as well which seems like a serious bug to me.
Also there's this weird behavior with column in the middle.
Another thing, when you add pagination and use editorRenderer, the "edit mode" continues on the same row on the next page and it does not dissapear unless you type new value in the box.
It seems to me "blurToSave: true" does not work on columns using editorRenderer prop?

