Hey
I am using the web3uikit Form. it looks great and works fine the first time the form is submitted.
However, the button gets deactivated when it is pressed, and i cannot submit a second time without having to refresh the page - the button stalls. Pretty annoying. Have been looking at the documentation but cannot seem to find a configuration that resolves the issue.
does anyone have a solution?
here is my setting:
<Form
data={[
{
name: "Token Id #",
type: "number",
inputWidth: "100%",
validation: {
required: true
},
value: "",
key: "tokenid",
},
]}
title=""
id="Search Form"
onSubmit={onEventSearch}
/>
here is how the button it looks after having been submitted.