Search Input State Not Reset After Submission
When a user enters a Book Number in the search input and submits it, the input field does not reset or clear its state after the submission is processed. As a result, the previously entered book number remains in the search field even though the system has already handled the request.
Current Behavior:
User enters a book number in the search input.
Submits the book number.
The corresponding patient information is processed or displayed.
The search input field still retains the previously entered value.
Expected Behavior:
After successful submission and processing of the book number, the search input field should clear/reset automatically.
The input should return to its default empty state, allowing the user to enter a new book number without manually clearing the field.