StaticMania / keep-react

Keep React is an open-source component library built on Tailwind CSS and React.js. It provides a versatile set of pre-designed UI components to build modern web applications.
https://react.keepdesign.io
MIT License
1.34k stars 113 forks source link

Feature Request: Auto-Focus on Search Input After Clicking Search Button #90

Closed moeenScape closed 10 months ago

moeenScape commented 11 months ago

Description : In the current version of the project, I have observed that when the user clicks the search button, the focus is not automatically set to the search input field. This behavior differs from common web practices, where clicking the search button or initiating a search automatically focuses on the input field, allowing users to start typing without an additional click.

By implementing auto-focus on the search input field after clicking the search button, we can enhance the user experience and align the project's behavior with widely adopted conventions. This improvement aims to streamline the search process, making it more intuitive and user-friendly. Screenshot from 2023-12-06 08-56-10

Arifulislam5577 commented 10 months ago

This feature is available now. Please check it and thanks for your valuable feedback.