galki / material-ui-form

State and validation support for Material-UI form components
MIT License
11 stars 3 forks source link

Custom form and field attributes not rendering #56

Closed jyodsh closed 6 years ago

jyodsh commented 6 years ago

I tried to add the default form attributes and some custom attributes in fields. But it's not rendering into dom. Below is an example of my MaterialUIForm skeleton. <MaterialUIForm autoComplete="on" method="POST" action="example.com" name="my_form_name" id="form_id >

But in dom it looks like. <form autocomplete="on">

As you can except "autocomplete" , no other attributes not working.

galki commented 6 years ago

done in https://github.com/unitedhubs/material-ui-form/pull/58