Create a UserSearch Component #43
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Create Component called UserSearch.
It contains a search textbox, and shows the user profiles that match the given string.
Create a way to output the selected User, so it can be used like in the ExampleUseCase design. For example by emitting an event that contains the clicked user
Specific api implementation pending.