Skip to content

Fix: prevent double submit on select change + blur in inline edit#1255

Open
radimvaculik wants to merge 1 commit intomasterfrom
fix/editable-select-double-submit
Open

Fix: prevent double submit on select change + blur in inline edit#1255
radimvaculik wants to merge 1 commit intomasterfrom
fix/editable-select-double-submit

Conversation

@radimvaculik
Copy link
Member

HTMLSelectElement was submitting twice (once on change, once on blur). Added a submitted guard flag so only the first event triggers submitCell.

HTMLSelectElement was submitting twice (once on change, once on blur).
Added a submitted guard flag so only the first event triggers submitCell.
@chatgpt-codex-connector
Copy link

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant