Closed reintroducing closed 8 months ago
Ref's are not supported from what I see, I copied the source code and added the forwardRef myself.
Ref's are not supported from what I see, I copied the source code and added the forwardRef myself.
I considered that approach but that puts management of all the code on you and not this library, which defeats the purpose of installing it in the first place, unfortunately. I've since moved away from this approach and am using mantine/forms instead.
Stale issue message
When passing a ref to any of the fields, you get TS errors:
What is the proper way to apply refs to the components?