Topic: onKeyDown on MDBListGroup
behzad soleimani free asked 4 years ago
< MDBListGroup onKeyDown={() => console.log(e)} >
< MDBListGroupItem onKeyDown={(e) => console.log(e) />
< /MDBListGroup >
onKeyDown dont work
Jakub Chmura staff answered 4 years ago
The input group doesn't have onKeyDown
props.
Here is a documentation page where you can see what kind of events you can use on the input group component:
https://mdbootstrap.com/docs/react/forms/input-group/#docsTabsAPI
Best, Kuba
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: MDB React
- MDB Version: 4.26.1
- Device: Asus - laptop
- Browser: Chrome
- OS: win 10
- Provided sample code: No
- Provided link: No