Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user hint to save new keyword values #388

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

ottonomy
Copy link
Contributor

Closes #112

I rejected the suggested approach to just change the gray text, because would go against UX patterns. The text is supposed to suggest a possible value that might be entered, rather than provide instruction. But the underlying issue was correct: the user didn't know that they could create a new keyword by hitting Enter.

Now, when relevant, a new button appears in the search result list. When a user selects it (or hits their "Enter" key while the input control is selected, the current search value is set to be saved as a new keyword value. This button appears when:

  • A search term has been entered, but no corresponding result is found
  • A search term has been entered, and some results have been returned, but none of the results exactly matches the search term.

It does not appear when:

  • a search term has been entered that is an exact match of a found result.

Screenshot_2023-04-27_at_12_01_29_PM

@manuel-delvillar manuel-delvillar self-requested a review April 27, 2023 23:17
Copy link
Contributor

@manuel-delvillar manuel-delvillar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hint is not working for certifications and employers, I am seeing [object Object]

MicrosoftTeams-image (1)

@Corpratespaz Corpratespaz added the 2023-hackathon A candidate backlog item for OSN's 2023 Hackathon label May 1, 2023
@ottonomy
Copy link
Contributor Author

ottonomy commented May 4, 2023

@manuel-delvillar thanks! Fixed that in cef764e.

Screenshot 2023-05-03 at 9 43 14 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2023-hackathon A candidate backlog item for OSN's 2023 Hackathon
Development

Successfully merging this pull request may close these issues.

Change Gray Text that Appears in Search Boxes on RSD Creation Page
3 participants