React Hooks HTML OnChange deux fonctions
<FormControl
name="searching"
placeholder="Searching"
onChange={e => { this.functionOne(e); this.functionTwo() }}
/>
|_Genos_|