Criptext / Criptext/Monkey-Chat-Web
Handle Search of second list with a custom callback function
Open
- Dominant language
- JavaScript
- Stars
- 3
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
Inside
`handleSearchUpdate(term)`
We need to handle the new list of search of users , we can pass a function so the developer can handle the search pretty well.
Currently we are working with a hack using `window.seachFunction`exposed and is an ASYNC function. In that function we are obtaining user data from a 3rd party service that will be used to create conversations.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.