Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
AI-Enhanced UI Tools
CMS
Free Tools
Support
Resources
Free Assets and Tools
Design and Productivity Tools
Is there any way to handle Tab key pressed event in the AutoComplete component?
My use case is to keep the component stayed focus when users hit the Tab and show an error message if the entered text is invalid. Please advice.
Hello,
This can be achieved by use the component ref and attaching a keydown event listener to the input.
Then inside the event check for the tap keycode.This is an example:https://stackblitz.com/edit/react-cw51ay?file=app/main.jsx
I hope this is helpful.
Regards, Stefan Progress Telerik
Thank you Stefan,
Also got the same approach on yesterday