Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking: Fix inline Datepicker #223

Merged
merged 1 commit into from
May 23, 2016
Merged

Breaking: Fix inline Datepicker #223

merged 1 commit into from
May 23, 2016

Conversation

omgaz
Copy link
Contributor

@omgaz omgaz commented May 23, 2016

Input elements should not be inline by default, inline is an opinionated view that breaks the bootstrap grid system.

  • Make the input container block, and use Bootstraps grid system for constraining floats and positioning as per guideline.
  • Add a pointer cursor and placeholder to the input for improved experience.

N.B This is seen as a breaking change as existing usages of datepicker will need to ensure they are properly wrapped in Bootstrap grid system (see example in Main.js).

screen shot 2016-05-23 at 10 24 02

Input elements should not be `inline` by default, inline is an opinionated view that breaks the bootstrap grid system.

- Make the input container block, and use Bootstraps grid system for constraining floats and positioning as per guideline.
- Add a pointer cursor and placeholder to the input for improved experience.
@codecov-io
Copy link

codecov-io commented May 23, 2016

Current coverage is 100%

Merging #223 into master will not change coverage

@@             master       #223   diff @@
==========================================
  Files            23         23          
  Lines           474        474          
  Methods          82         82          
  Messages          0          0          
  Branches         68         68          
==========================================
  Hits            474        474          
  Misses            0          0          
  Partials          0          0          

Powered by Codecov. Last updated by 29a17d4...a3718f1

@davepoon
Copy link
Contributor

LGTM 👍

@sharmajyo
Copy link
Contributor

LGTM

@davepoon davepoon merged commit 277fc35 into master May 23, 2016
@omgaz omgaz deleted the datepicker-ui-tweaks branch May 23, 2016 00:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants