You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2025. It is now read-only.
NativeControl.js contains an element, which can be focused programatically. Currently there is no way to do that. The best "React" way is to use the ref and call .focus() on the input element.
So far the best solution is to allow for a ref prop and use allow the user to intercept the element.