Skip to content
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

Fix issue with radio button when choice is string and not object. #109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

revathskumar
Copy link
Member

related #74

screen shot 2016-03-28 at 11 02 39 am

screen shot 2016-03-28 at 11 11 33 am

@stefanbuck
Copy link
Member

Thanks for picking this up @revathskuma! I had a look on your solution and noticed that your fix would work for RadioButton only (which is definitely an improvement) but, I would prefer a generic solution see #75.

My idea would be to normalize the data upfront, before we pass them to the render process

data: questions
. It shouldn't be that hard, but changes in this area require a solid test coverage. Unfortunately we have a lack of tests in some areas. I'm more than happy to support and guide you through the required changes.

@revathskumar
Copy link
Member Author

Yes, I have seen #75. but since I am new to this code base I haven't tried
for generic solution. But lemme try to work on it.

On Mon, Mar 28, 2016 at 9:41 PM, Stefan Buck [email protected]
wrote:

Thanks for picking this up @revathskuma! I had a look on your solution and
noticed that your fix would work for RadioButton only (which is definitely
an improvement) but, I would prefer a generic solution see #75
#75.

My idea would be to normalize the data upfront, before we pass them to the
render process

data: questions
.
It shouldn't be that hard, but changes in this area require a solid test
coverage. Unfortunately we have a lack of tests in some areas. I'm more
than happy to support and guide you through the required changes.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#109 (comment)

with regards,
Revath S Kumar,
Rubyist / JavaScripter / PHP

markdownblogger.herokuapp.com

www.phprepo.in
revathskumar.com
+919995436867

http://twitter.com/revathskumar http://www.linkedin.com/in/revathskumar
http://www.gplus.to/rsk http://www.about.me/revathskumar
http://www.phprepo.in/
http://www.github.com/revathskumar http://www.youtube.com/revathskumar
http://blog.revathskumar.com https://foursquare.com/revathskumar [image:
normal-1.png] http://careers.stackoverflow.com/revathskumar

Base automatically changed from master to main January 24, 2021 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants