Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow ref to be exposed to Input #373
Open
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As a developer I would like to be able to focus on the input using React refs. Currently there is no prop that exposes this and so it's not feasible to do
It would also be nice to be able to pass in arbitrary props that could get inserted on the input. Something like aria-labels or autofocus. etc