We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Using Ember-CLI 1.13.1. I have two radio buttons on the page
{{input type="radio" name="order_size_type" id="order_size_in_cm" checked=true}} <label for="order_size_in_cm" {{action 'showFieldsCM' preventDefault=false}}>Cm</label> {{input type="radio" name="order_size_type" id="order_size_in_ft"}} <label for="order_size_in_ft" {{action 'showFieldsFT' preventDefault=false}}>Ft/In</label>
I have created two functions which simple add the hide class based on what label is clicked
There are two questions
So right now I have to click the label to hide/show the content
The text was updated successfully, but these errors were encountered:
I am using Ember 1.13.5
Sorry, something went wrong.
@zinyando Please create an Ember Twiddle that shows how to bind value of radio elements with Ember 1.13+.
zinyando
No branches or pull requests
Using Ember-CLI 1.13.1. I have two radio buttons on the page
I have created two functions which simple add the hide class based on what label is clicked
There are two questions
So right now I have to click the label to hide/show the content
The text was updated successfully, but these errors were encountered: