❔ [RazorPages] Any clues why this Select isn't working?
In theory it should print out and refresh the page when I select, but in reality it's not working. What's happening?
5 Replies
I don't see anything that'd send the form
I think what you’re looking for is
<select name="qstring" onchange="this.form.submit()">
I had a sumit button, sorry.
Try adding
[FromQuery]
attribute to the paramWas this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.