softlayer / sl-ember-components

An Ember CLI Addon that provides a variety of UI components.
http://softlayer.github.io/sl-ember-components
MIT License
114 stars 27 forks source link

Define capabilities and API for sl-date-range-picker #1257

Open notmessenger opened 8 years ago

notmessenger commented 8 years ago

This issue is where discussion about all of the things we want to change about the sl-date-range-picker component should occur and the final definition of its capabilities and API are defined. As these items are discussed and vetted, issues will be created to work any individual tasks, with this issue serving as the overall source of progress.

To indicate that a capability of the component needs to be verified, add a comment with **VERIFY** as the first line. To propose a change to the component, add a comment with **PROPOSAL** as the first line. To indicate that something needs to be researched, add a comment with **RESEARCH** as the first line.

As you are leaving comments regarding any of these VERIFY, PROPOSAL, or RESEARCH comments, link back to the comments link in your own so that the conversation can be more easily followed (in absence of threaded conversation support in Github). This should be done on the first line of the comment via **RE: <url>**

Capabilities and API

Tasks Adding them here until issues are created

Issues tracking these efforts

https://github.com/softlayer/sl-ember-components/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22v0.13.0+%28Final+push+for+a+1.0.0+release%29%22+label%3Asl-date-range-picker

SpikedKira commented 8 years ago

PROPOSAL

Support individual input labels.

Support "form-inline" class as an option or allow the user to wrap the component with it instead of forcing 2-column layout with class='row' and class='col-md-6'. This approach is locking the user into specific grid setups/resolutions.