-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Medium
-
Affects Version/s: None
-
None
While logging into the application, users are required to select a village from a dropdown list. Currently, there is no search functionality, which makes it difficult to find a specific village when the list is long.
This creates usability challenges, especially in cases where there are a large number of villages.
Current Behavior
- Village selection is done via a dropdown list only
- No search or filter option available
- Users must scroll manually to find the required village
Expected Behavior
- Add a search bar inside the village dropdown
- User should be able to:
- Type village name
- See filtered results dynamically
- Should support:
- Partial match (e.g., typing "Ram" shows "Rampur")
