sl-ember-components
sl-ember-components copied to clipboard
An Ember CLI Addon that provides a variety of UI components.
Yes, depending on the outcome of https://github.com/softlayer/sl-ember-components/issues/689
This is especially noticeable when using the sorting from https://github.com/softlayer/sl-ember-components/issues/864 and not seeing the extra record in the list.
According to https://developer.mozilla.org/en-US/docs/Web/HTML/Element/fieldset, the `disabled` property causes > the form controls that are its descendants, except descendants of its first optional element, are disabled, i.e., not editable. They won't receive...
https://github.com/notmessenger/jsdoc-plugins/issues/8
Blocked by https://github.com/softlayer/sl-ember-components/issues/469
Blocked by https://github.com/softlayer/sl-ember-components/issues/469
https://github.com/softlayer/sl-ember-components/blob/master/tests/unit/mixins/sl-tooltip-enabled-test.js
Once https://github.com/ember-cli/ember-cli/issues/4513 has been resolved and a new version of Ember CLI has been released containing this modification, the following two lines can be removed: https://github.com/softlayer/sl-ember-components/blob/688911c66d7a678fab6ff935b332d76593b5b400/addon/components/sl-chart.js#L95 https://github.com/softlayer/sl-ember-components/blob/688911c66d7a678fab6ff935b332d76593b5b400/addon/components/sl-chart.js#L104
Do we enable it by default? At the very least seems should be something that is configurable. Other libraries we are using likely have same scenario, but for certain http://bootstrap-datepicker.readthedocs.org/en/release/#no-conflict-mode...