We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
name
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
Because with it, we can generate native submittable form too. With submit button, this named fields can be send to server side with POST. Spec
named
schema.inputName
input
select
textarea
The text was updated successfully, but these errors were encountered:
Implement #78
f92b193
Add `name` attr to input, select and textarea fields
Development in form_name_attr branch
form_name_attr
Sorry, something went wrong.
It seems a bit too much work for 0.5.0, why not for another milestone (0.6.0) ? I really need to use this version in the coming weeks.
Merged with #86
Released
icebob
No branches or pull requests
Because with it, we can generate native submittable form too. With submit button, this
named
fields can be send to server side with POST. Specname
attributes fromschema.inputName
property toinput
,select
,textarea
fieldsThe text was updated successfully, but these errors were encountered: