Add possibility to toggle selection blur behavior #89
selrond
started this conversation in
Feature requests
Replies: 1 comment 2 replies
-
Excellent use-case.
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I want to change the value of a specific cell from outside - like formula bar in Google Sheets for instance.
It is possible, but the blur event fires automatically when I click somewhere else outside the datasheet grid, leaving the user with no selected cell while editing its value from the formula bar, which can be confusing.
Is it possible to have an API disabling this behavior?
Something like
enableBlurEventsOnOutsideClick={off}
Illustration of what I mean:
input
(with the blue border) is activeBeta Was this translation helpful? Give feedback.
All reactions