isolate-react icon indicating copy to clipboard operation
isolate-react copied to clipboard

Support refs

Open davidmfoley opened this issue 4 years ago • 1 comments

Support useRef refs at the very least. Figure out how to support common uses of refs (like calling focus()) without creating a bunch of special cases.

davidmfoley avatar Oct 09 '20 14:10 davidmfoley

This would indeed be very helpful. We have a case where we need to test whether an input field is focused after a user interaction.

coderbyheart avatar Sep 27 '22 09:09 coderbyheart