uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.68k stars 6.06k forks source link

Update Bootstrap on demo page #1289

Open hebbet opened 9 years ago

hebbet commented 9 years ago

Bootstrap on demo page is out-dated and has some errors on bootstrap syntax (see bootlint)

Also the layout of the different inputs could be better

acrobat commented 9 years ago

Maybe something we can tackle together with #1214

hebbet commented 9 years ago

will start working on that on the weekend.

acrobat commented 9 years ago

Cool @hebbet, maybe you can also take a look on how we can have all options displayed in a cleaner way?

hebbet commented 9 years ago

that was the plan :-)

samuelfac commented 9 years ago

on execute bootlint in daterange demo, return this error: "E010 Input groups cannot contain multiple .form-controls" More info: https://github.com/twbs/bootlint/wiki/E010

hebbet commented 9 years ago

@samuelfac i know, i am working on it.

it problably won't pass bootlint as we still support bootstrap v2 at the moment. Not sure when we drop it.

samuelfac commented 9 years ago

@hebbet the code generated by "http://eternicode.github.io/bootstrap-datepicker/?markup=range&format=&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&todayBtn=false&clearBtn=false&language=en&orientation=auto&multidate=&multidateSeparator=&keyboardNavigation=on&forceParse=on#sandbox"

<div class="input-daterange input-group" id="datepicker">
    <input type="text" class="input-sm form-control" name="start" />
    <span class="input-group-addon">to</span>
    <input type="text" class="input-sm form-control" name="end" />
</div>

on execute bootlint in this return this error: "E010 Input groups cannot contain multiple .form-controls" More info: https://github.com/twbs/bootlint/wiki/E010

hebbet commented 9 years ago

@samuelfac: as i said before "i know, i am working on it."

acrobat commented 8 years ago

@hebbet I will remove this from the 1.6.0 milestone, just ping me when you have the time to start on this! Then we plan this into a new milestone!