element-react icon indicating copy to clipboard operation
element-react copied to clipboard

Button "form" field not working

Open rip32700 opened this issue 6 years ago • 0 comments

Description

Having a submit button outside of a form tag isn't working. Normally you can put an ID for a form and then have a submit button using that ID in his "form" attribute.

Reproduce Steps

  1. Create a component having a form and setting an id for the form like <Form id="myForm"> ... </Form>

  2. Put a button outside of the form using the form field like <Button nativeType="submit" form="myForm>Submit</Button>

rip32700 avatar Oct 25 '19 17:10 rip32700