React: React ignores some html5 form attributes

Created on 13 Feb 2014  路  2Comments  路  Source: facebook/react

When passing:

<form enctype="multipart/form-data">

React ignores the enctype and doesn't parse it

Most helpful comment

Oh, you have to capitalize the T in type though, which is a little annoying.

All 2 comments

encType should work. See the list of supported attributes here:

http://facebook.github.io/react/docs/tags-and-attributes.html

Oh, you have to capitalize the T in type though, which is a little annoying.

Was this page helpful?
0 / 5 - 0 ratings