final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.38k stars 480 forks source link

exposed form name to formapi / withReactFinalForm and fields #440

Open vospascal opened 5 years ago

vospascal commented 5 years ago

I see no way to get the form name of the fields or using FormApi (withReactFinalForm). Checked the api's on finalform and reactfinalform Is this something you might be willing to add? Dont think is would be that hard to add it to atleast FormApi (withReactFinalForm).

vospascal commented 5 years ago

@erikras since form tag supports name property/attr by default is this something your willing to add ?

vospascal commented 5 years ago

will try to make pullrequest tomorrow for "final-form" and "react-final-form"

vospascal commented 5 years ago

created pull request https://github.com/final-form/react-final-form/pull/443 and https://github.com/final-form/final-form/pull/204