cap-collectif / form

Library of @cap-collectif for implementing forms with our Design System
MIT License
1 stars 0 forks source link

Add `ref` from `Controller` to `FieldInput` #54

Closed TeaAlex closed 7 months ago

TeaAlex commented 10 months ago

The original problem was to be able to handle setFocus from useForm in FieldInput component The solution is to forward field.ref taken from useController to FieldInput