Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding in a new radio input helper. #1125

Merged
merged 2 commits into from
Apr 28, 2020
Merged

Adding in a new radio input helper. #1125

merged 2 commits into from
Apr 28, 2020

Conversation

jwoertink
Copy link
Member

Purpose

Fixes #1023

Description

This adds in a missing radio helper method

para "What's your favorite framework?"
label_for(op.question, "Lucky")
radio(op.question, "lucky")
label_for(op.question, "Rails")
radio(op.question, "rails")
label_for(op.question, "Sails")
radio(op.question, "sails")
label_for(op.question, "Grails")
radio(op.question, "grails")

Checklist

  • - An issue already exists detailing the issue/or feature request that this PR fixes
  • - All specs are formatted with crystal tool format spec src
  • - Inline documentation has been added and/or updated
  • - Lucky builds on docker with ./script/setup
  • - All builds and specs pass on docker with ./script/test

Copy link
Member

@paulcsmith paulcsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lookin good! I’m glad you’re done with classes :D I’m digging all these PRs

@jwoertink jwoertink merged commit daf149e into master Apr 28, 2020
@jwoertink jwoertink deleted the issues/1023 branch April 28, 2020 15:31
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing a radio input form helper method
2 participants