-
Notifications
You must be signed in to change notification settings - Fork 237
Open
Labels
Description
📄 Description
The search bar on the Schemes page is not functioning properly. When users type in the search field, no filtering or results update occurs.
🔍 Current Behavior
Typing in the search bar does not filter schemes.
No dynamic updates while searching.
Search button (if present) does nothing when clicked.
No console error shown OR (mention if error exists).
✅ Expected Behavior
Schemes should dynamically filter based on:
Scheme name
Description
Category
State
Results should update instantly as the user types.
If no match is found, show:
“No schemes found.”
🛠 Possible Causes
JavaScript file not properly linked on Schemes page
Event listener not attached to search input
Wrong element ID or class used in JS
Filtering logic not targeting correct scheme container
DOM not fully loaded before script execution

Reactions are currently unavailable