Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Form: action prop is missing in generated markup #1882

Closed
Handiwork opened this issue Jul 20, 2017 · 1 comment
Closed

Form: action prop is missing in generated markup #1882

Handiwork opened this issue Jul 20, 2017 · 1 comment
Assignees
Labels

Comments

@Handiwork
Copy link

Handiwork commented Jul 20, 2017

Steps

Create a Form:

<Form method="POST" action="/convert"  encType="multipart/form-data" />

Expected Result

Get a form with action /convert.

Actual Result

the property action is missing

Version

0.71.1

Testcase

https://codepen.io/anon/pen/PjMpex

@layershifter layershifter self-assigned this Jul 20, 2017
@layershifter
Copy link
Member

@Handiwork Thanks for report! I will make a PR tomorrow.

@layershifter layershifter changed the title Form's action is missing Form: action prop is missing in generated markup Jul 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants