Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions iron-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,18 @@
* `allowRedirect` is false.
*/
withCredentials: {type: Boolean, value: false},
/**
* Sets the native `action` form attribute
*/
action: {type: String},
/**
* Sets the native `method` form attribute
*/
method: {type: String},
/**
* Sets the native `enctype` form attribute
*/
enctype: {type: String}
},
/**
* Fired if the form cannot be submitted because it's invalid.
Expand Down