Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SelectEditor stops editing before flushing its value when flushOnCommit is true #3747

Closed
saba-mo opened this issue Aug 6, 2024 · 0 comments · Fixed by #3748
Closed

SelectEditor stops editing before flushing its value when flushOnCommit is true #3747

saba-mo opened this issue Aug 6, 2024 · 0 comments · Fixed by #3748
Assignees
Labels

Comments

@saba-mo
Copy link
Contributor

saba-mo commented Aug 6, 2024

The default behavior of SelectEditor when GridModel.fullRowEditing and Select.enableMulti are false is to stop editing on commit so that the user does not have to take additional action to blur the input. However, the new value is not getting picked up by the event passed to agOptions.onCellValueChanged, resulting in the event's newValue remaining the same as its oldValue. This was seen while testing a client app and seeing the newly selected value from the select editor revert to the original value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant