-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Provide a new form component to simplify form authoring #49653
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
Comments
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
Also I find impossible to submit a normal (not enhanced) form post now (for example for cookie auth) in RC1. |
Hi @Bartmax. This sounds like something we should investigate. Could you please open a new issue for this with details on how to reproduce the issue? |
Hey @danroth27, the issue of not able to do a normal (full page) post in a form on RC1 (without turning the whole thing off) is already taken care on RC2 with a way to individually opt-in/opt-out of enhance navigation on forms/links. I still do find that solution problematic, so I did open an issue for that here #50887 |
We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process. |
When I tried to implement a logout form, this is what I ended up with:
It didn't make sense to use
EditForm
for this form becauseEditForm
requires a model or an edit context, which I don't really need.A couple of observations:
In Razor Pages the form tag helper handles these concerns for you:
Should we provide a new framework component that makes authoring these sorts of forms easier?
The text was updated successfully, but these errors were encountered: