Not able to enter characters continuously in text field due to its rendered as separate function in component
I want to bind text field with below approach but facing issue when i enter characters in text field. For first character it works fine but when i enter second character the control/focus comes out of text field then i need to click again on text field to enter the second character. I found out that this issue is because of text field bound as separate function in component, but i need this approach only how can i fix this issue?