forge42dev / remix-hook-form

Open source wrapper for react-hook-form aimed at Remix.run
MIT License
330 stars 27 forks source link

Update README.md #91

Closed devstojko closed 5 months ago

devstojko commented 5 months ago

Description

Readme example show how to use Form to post some data using action. But attribute method="POST" is missing on <Form... Without that by default it will do GET request.

Fixes # (issue)

If this is a new feature please add a description of what was added and why below:

Readme file update missing info.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

Checklist: