Skip to content

Add name attr to input, select, textarea fields #78

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

Closed
4 tasks done
icebob opened this issue Sep 26, 2016 · 4 comments
Closed
4 tasks done

Add name attr to input, select, textarea fields #78

icebob opened this issue Sep 26, 2016 · 4 comments
Assignees
Milestone

Comments

@icebob
Copy link
Member

icebob commented Sep 26, 2016

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

  • add name attributes from schema.inputName property to input, select, textarea fields
  • create example. POST data to https://httpbin.org/post
  • cover with tests
  • update docs
@icebob icebob added this to the v0.5.0 milestone Sep 26, 2016
@icebob icebob self-assigned this Sep 26, 2016
icebob added a commit that referenced this issue Sep 26, 2016
Add `name` attr to input, select and textarea fields
@icebob
Copy link
Member Author

icebob commented Sep 26, 2016

Development in form_name_attr branch

@lionel-bijaoui
Copy link
Member

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.

@icebob icebob modified the milestones: v0.6.0, v0.5.0 Sep 27, 2016
@icebob
Copy link
Member Author

icebob commented Oct 6, 2016

Merged with #86

@icebob icebob closed this as completed Nov 3, 2016
@icebob
Copy link
Member Author

icebob commented Nov 14, 2016

Released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants