Skip to content

Search for space #17

Description

@rluders

I'm pretty sure that you can search just by adding a "space" to the search input. To avoid this kind of behavior, the best thing to do is to trim() the input value. Also, I guess that you want to validate it before allowing users to submit the search.

onChange={(e) => setBusca(e.target.value)}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions