You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When user type key word in filter when he hit space instead of space char as next sign he trigger column sorting functionality. User can not enter space from keyboard, he can only paste it into filter to be able to use it.
Describe the bug
When user type key word in filter when he hit space instead of space char as next sign he trigger column sorting functionality. User can not enter space from keyboard, he can only paste it into filter to be able to use it.
To Reproduce
Link to code example:
Expected behavior
when typing in filter sign user hit space this should not trigger column sorting
Environment
react-data-grid
version: ^7.0.0-beta.44react
/react-dom
version: ^18.2.0Additional context
code line responsible for effect:
react-data-grid/src/HeaderCell.tsx
Line 280 in b667cec
react-data-grid/src/HeaderCell.tsx
Line 202 in 9aa4626
The text was updated successfully, but these errors were encountered: