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

RadioButton not correctly rebuilt upon submission if 'value==0' #452

Closed
mvaraujo opened this issue Dec 18, 2017 · 0 comments
Closed

RadioButton not correctly rebuilt upon submission if 'value==0' #452

mvaraujo opened this issue Dec 18, 2017 · 0 comments

Comments

@mvaraujo
Copy link
Contributor

For the code below, after a submission, the radio with value '0' will not be re-selected (it will not be rendered with 'selected' clause).

{{Form::open()}}
    {{Form::radio('someInput', '0')}}
    {{Form::radio('someInput', '1')}}
    {{Form::radio('someInput', '2')}}
    {{Form::radio('someInput', '3')}}
{{Form::close()}}
tshafer added a commit that referenced this issue Feb 4, 2018
@tshafer tshafer closed this as completed Feb 5, 2018
tortuetorche pushed a commit to tortuetorche/html that referenced this issue Mar 21, 2018
This shall be occuring for check-boxes. Please, check'em for us.
@mvaraujo mvaraujo mentioned this issue Dec 4, 2020
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

No branches or pull requests

2 participants