How to solve the e.keyCode = = 13 conflict between the search box and the paging input box in antd?

case recurrence: there are paging inputs for both SearchInput and Table in the
component.
coincidentally, both need to trigger events through e.keyCode = 13 . Two events are triggered when you press enter. Is there any ingenious way to avoid it?


two components bind different keyup events. After preventing bubbling, there will be no conflict even if the keyCode is the same.


resolved.
uses the component's built-in keyDown method

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b228fb-339f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b228fb-339f1.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?