Allowing default browser actions in Ember.js

Written on July 29, 2015

I had a couple of action helpers on some radio buttons hooked up. But when I had clicked on them, the actions would trigger but the radio buttons wouldn’t go into the checked state. Meaning, you couldn’t tell which was selected. Turns out this is something that Ember.js prevents by default when using an action helper. But the fix is simple.

Stay in touch

Thanks for reading this article. I'd love to stay in touch and share more tips on programming and side projects with you. Sign up and I'll send you my articles straight to your email, you'll also get a free copy of the light themed version of my Git cheat sheet.
Git cheat sheet preview image