Open hebbet opened 9 years ago
Maybe something we can tackle together with #1214
will start working on that on the weekend.
Cool @hebbet, maybe you can also take a look on how we can have all options displayed in a cleaner way?
that was the plan :-)
on execute bootlint in daterange demo, return this error:
"E010 Input groups cannot contain multiple .form-control
s"
More info: https://github.com/twbs/bootlint/wiki/E010
@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.
@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
@samuelfac: as i said before "i know, i am working on it."
@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!
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