Faris Imaduddin
Results
1
comments of
Faris Imaduddin
I found my own solution without using _autoForceUpdate_ by using **focus,** hope this will help: State: ``` // SET FOCUS const [focusPhoneNumber, setFocusPhoneNumber] = useState(false); ``` Input: ``` handlePhoneNumberChange(e)} onFocus={(e)...