react hooks html onchange dua fungsi
<FormControl
name="searching"
placeholder="Searching"
onChange={e => { this.functionOne(e); this.functionTwo() }}
/>
|_Genos_|