-
Notifications
You must be signed in to change notification settings - Fork 113
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
Support formaction attribute #40
Comments
Thanks for contacting us, @nprieto95. |
@nprieto95 Could you share a standalone repro project that can represent the issue you are seeing? |
Hi. We're closing this issue as no response or updates have been provided in a timely manner and we have been unable to reproduce it. If you have more details and are encountering this issue please add a new reply and re-open the issue. |
@nprieto95 You can reopen this issue. |
@javiercn. can you please verify this and review the PR? Thanks! |
Any progress on this? The PR #36 fixing the issue is literally just one line of code, if I understand. |
We will celebrate soon the 1 year of this PR of one line of code. Too bad there was not 5 minutes in 1 year to merge this PR 😢 |
@mkArtakMSFT, @javiercn, @ryanbrandenburg, ping! |
Just wanted to add that fixing this would be a big help for my team |
I think you should update the line of code by yourself and not use the npm package anymore. You must just replace the line |
Thanks, I did exactly that but thought it wouldn't hurt to at least mention it'd be useful |
I now also added the support of the formmethod attribute in the PR #36. |
That's insane, two years for one line of code :) |
Lol 😂 |
@mkArtakMSFT, @javiercn, @ryanbrandenburg, @terrajobst ping! |
Let's celebrate the anniversary this July 26th |
We are getting closer |
@mkArtakMSFT, @javiercn, @ryanbrandenburg, @terrajobst ping! |
Let's join, celebrate the anniversary, chit-chat, and get to know each other! Alden Menz is inviting you to a scheduled Zoom meeting. Topic: Celebrate ajax unobtrusive feature request anniversary Join Zoom Meeting Meeting ID: 748 5719 6510 |
@mkArtakMSFT, @javiercn, @ryanbrandenburg, @terrajobst ping! |
After five minutes it is :d let's join and have some fun |
Tagging @Pilchie who is the current owner of this project. Unfortunately I don't work on this project anymore so I don't have much to add to this discussion. |
Okay, Houston, we have a problem here ! |
Thanks for the hint, I was heavily looking for it :D |
@mkArtakMSFT, @javiercn, @ryanbrandenburg, @terrajobst ping! I think its ridiculous that this simple 1 line of code fix cannot be be merged and published after 2+ years. Bueller?? Bueller?? Do we need to send some angry tweets? |
I think it's a stupid thing. This little library is essential when you develop in ASP.Net Core, and it doesn't cost much to include one PR per year. |
Yeah @mkArtakMSFT! 😡 |
This is an issue in support of the PR #36 . I hereby present a concrete case in which my personal experience with the product would improve if the functionality shown in that PR was merged.
Currently, when having a form like this one:
clicking on the "Preview" button causes a request to be isssued to /Management/Products/Edit/A001 instead of /Management/Products/Preview . The second case would be desired as that is the destination that would be hit if we were using synchronous, old-style forms without unobtrusive jquery-ajax support.
Supporting formaction natively would eliminate the need to sometimes come up with workarounds to use a library that is really good in every other aspect I had the chance to encounter.
The text was updated successfully, but these errors were encountered: