sl-ember-components
sl-ember-components copied to clipboard
An Ember CLI Addon that provides a variety of UI components.
What is described in https://github.com/FortAwesome/Font-Awesome/issues/5043 is occurring in Safari Version 9.0 (10601.1.56.2) on OS X Yosemite 10.10.5 (14F27)
- Evaluate current functionality and determine if any modifications are desired - Likely leverage sl-date-picker component - Create/modify tests - Update http://softlayer.github.io/sl-ember-components/#/browsers - Update http://softlayer.github.io/sl-ember-components/#/demos/sl-date-range-picker
This change was introduced in order to resolve failing tests @joshforisha was encountering at `/tests`: https://github.com/softlayer/sl-ember-components/blob/71ae7ee739b7f9b2d20780c6b166da781ef3857b/addon/components/sl-date-range-picker.js#L104 This is not a change that should have had to have been implemented though...
``` javascript {{sl-date-picker value="11111"}} ``` Currently, the above would pre fill the date picker with 11111. The value should be parsed to make sure it's a valid date before being...
The sl-calendar component is going to be refactored to include support for timezone (offset) in issue: https://github.com/softlayer/sl-ember-components/issues/771. Once this work is completed the skipped integration tests will need to be...
Provide a fix for "startDateValue" is more than "endDateValue" and then verify the fix by turning the skipped test below back on. This test fails: test( '"startDateValue" cannot be more...
Provide a fix for "endDateValue" is allowed to be less than the "startDateValue" and then verify the fix by turning the skipped test below back on. This test fails: test(...