ember-radio-button
ember-radio-button copied to clipboard
Radio button component with nice syntax.
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I want to use data-test-selectors and for that purpose I wanted to add data attributes to my radio button. I tried adding some data attributes but they did not work.
Currently, in order to select from a group of these radio buttons, the user has to use the spacebar key. In order to navigate between selectable buttons, the user has...
This PR updates the add-on to modern dependencies and, in some cases, modern patterns. It does _not_ update to use full-blown Octane pattern because of the `radio-button` component's wrapping of...
In a project where this add-on is being extended, it is sometimes necessary to override the components which will be rendered, for example if the addon user has extended `ember-radio-button`...
The current release (1.2.1) triggers an annoying deprecation warning w/ recent versions of Ember that would be fixed by upgrading to the latest release of `ember-cli-htmlbars` (2.x). Please consider upgrading...
In order of the data down, actions up paradigm it would be great to change the behavior of groupValue. I run into this with a `readOnly` or `reads` computed property...
I created a simple Ember.js app with a template that uses an ember-radio-button and noticed that the field in the DOM is missing the "value" attribute. Example can be found...
If the radio buttons are not inside a form element, the action `changed` will be called only once per radio button. (EmberJS 2.7)
While doing some development on a local fork of `ember-radio-button`, I found the need to `npm link` it into a consuming application. The only way to have the addon's installation...