Skip to content

Instantly share code, notes, and snippets.

@simbathesailor
Created October 9, 2019 16:00
Show Gist options
  • Save simbathesailor/8ba710b0d1e80c571e2506752b347062 to your computer and use it in GitHub Desktop.
Save simbathesailor/8ba710b0d1e80c571e2506752b347062 to your computer and use it in GitHub Desktop.
FIlterjobwithoutonchange.jsx
function FilterJobs({ value }) {
return (
<input
value={value}
/>
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment