Skip to content
Discussion options

You must be logged in to vote

Hey @AdamovicBoban, thanks for the report.

I've just tagged editable columns 3.0.3 with the fix for this issue.

Regarding the save_on_focus(false) for the select columns, that wouldn't have any effect, because the select column can only be saved in two scenarios: change or blur/focus out.

You can disable the save_on_change but it will always save on blur as a fallback. Contrary to other column types that can be saved with Enter key if you disable the change and blur saving. `

If you want to disable the save on change and save on blur in this column I think you probably don't want an editable column in that scenario.

Thanks again for the report @AdamovicBoban and @karandatwani92 for acknow…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@AdamovicBoban
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by pxpm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: MUST bug Something isn't working Size: S 1 day
3 participants