ElemeFE / ElemeFE/element-react
Button "form" field not working
Open
- Dominant language
- JavaScript
- Stars
- 2.8k
- Forks
- 435
- PR merge metrics
- No merged PRs in 30d
Description
### 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
` ... `
2. Put a button outside of the form using the form field like
`
Contributor guide
Assessment
This issue has not been assessed yet.