react icon indicating copy to clipboard operation
react copied to clipboard

Feature Request: Reset form inside of Server Component or Action

Open FleetAdmiralJakob opened this issue 5 months ago • 13 comments

Hi, I want to be able to reset my form easily (after the action succeeded (so with the ability to react to a response of the server)) with JS Disabled and JS Enabled (if this is even possible).

The response of the server reaction thingy should be something like this:

-> On Success: The form should clear itself -> On Error: The input should keep it's content

FleetAdmiralJakob avatar Jan 04 '24 11:01 FleetAdmiralJakob