-
Notifications
You must be signed in to change notification settings - Fork 0
Search Form bugs and improvements #2
Copy link
Copy link
Open
Labels
APIAccessibilityUIUI improvementsUI improvementsbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
The main form search has several issues:
- It is not possibile to trigger a user search by pressing the
Enterbutton - When clicking on the text input, the placeholder message does not dissapear
- When a user is not found, a generic error message is displayed, rather than a more informative message
- Clicking on the
Searchbutton when the form is empty clears the state and resets the application - (Minor) consider adding a hover / active styling on the search button
- (Potential feature) consider displaying a list of potential search matches (if API allows that) if a user was not found
Fix
- Allow search trigger with
Enterkeypress - Remove placeholder text when input is on focus
- Display more descriptive message when user is not found
- Fix app clear state bug when clicking on search button while input is empty
- Investigate API to potentially implement a better search experience
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
APIAccessibilityUIUI improvementsUI improvementsbugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request