Replies: 1 comment
|
Under the hood buttonTo actually creates (and submits) a form. In this instance I'd probably just use |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How do I get rid of the "?" when using a buttonTo method when using method="get"? I realize buttons often are associated with forms which take a method of post or get with parameters. But in this case, I want a button to simply do a GET to open a new page. I don't need or want the "?" to show at the end of the URL.
All reactions