Aman-Mittal opened a new issue, #327: URL: https://github.com/apache/fineract-backoffice-ui/issues/327
Module: src/app/features/search/ Description Navigating to `/search?q=query` from the top header search bar loads the Search page, but focus is not automatically retained on the input field. Steps to Reproduce 1. Click the top header search bar. 2. Type a query and hit Enter. 3. Page routes to `/search`, but the user has to click the search input field again to modify the query. Expected Behavior The search input on `/search` should automatically focus on page load (`autofocus` or `viewChild` focus call). Proposed Implementation - Add `(afterViewInit)` or `Effect` in `SearchComponent` to call `.setFocus()` on the Ionic input component. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
