Describe the bug
Use quasar framework with Asp.net core. Frontend views, use form components. But only q-input are posted to the back end model. q-radio and q-select are not.
Codepen/jsFiddle/Codesandbox (required)
Not applicable
To Reproduce
Steps to reproduce the behavior:
Expected behavior
model passed from front-end to back-end as it works with simple input
Screenshots
Not applicable
Platform (please complete the following information):
OS: windows
Node:
NPM:
Yarn:
Browsers:
iOS:
Android:
Electron:
Additional context
I tried to add name attribute to radio and select but it does not work, Even if radio is not posted at all into form collecction, while select is posted but its value is null.
This will be available in the next version v1.9.0 - a new prop name will be available on all form controls. But according to html specifications only text values (and File objects) will be passed.
It seems that q-editor is still affected by the same problem, o better, it does not have the name property.
@JTrotta please open an issue for this one if it is missing, thank you