Javascript – How can I empty the `<Form>` field after submitting while keeping it as a server component?
Here I am using server component for Search form but to able to empty the input field when user click the cancel button I import a <SearchReset/> which is a client component but i cant reset or empty the form.…