Closed dlaynes-gl closed 2 years ago
Yes, just like a normal TextInput
I'll try again soon with a typescript reference annotation with TextInput and not MaskInput and will post the results.
This works properly in Typescript (forwardRef, useImperativeHandle). Thanks
const inputRef = createRef< TextInput >()
Hi. I'd like to use ref.focus() on the inner TextInput element. Is it possible? Thank you