mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
Merge pull request #2152 from mousetraps/itani/support-form-id-attribute
Support form id attribute in SmartForm
This commit is contained in:
commit
2931d706c6
1 changed files with 1 additions and 0 deletions
|
@ -991,6 +991,7 @@ class SmartForm extends Component {
|
|||
return (
|
||||
<div className={'document-' + this.getFormType()}>
|
||||
<Formsy.Form
|
||||
id={this.props.id}
|
||||
onSubmit={this.submitForm}
|
||||
onKeyDown={this.formKeyDown}
|
||||
ref={e => {
|
||||
|
|
Loading…
Add table
Reference in a new issue