ngx-bootstrap
ngx-bootstrap copied to clipboard
Set Same Date on bsDaterangepicker
Using the following on ASP.NET Zero 10.3.0
ngx-bootstrap: 7.1.2 Angular: 11.2.14 Bootstrap: 4.5.3
Note that the bsDateRangePicker does not allow setting of the same date where we could on v6.x of ngx-bootstrap.
Our HTML Shows:
<div class="col-lg-10 col-md-9 col-sm-8">
<input class="form-control"
#drp="bsDaterangepicker"
id="StartEndRange"
name="StartEndRange"
bsDaterangepicker
[(ngModel)]="dateRange"
[bsConfig]="{ rangeInputFormat: 'DD/MM/YYYY', dateInputFormat: 'DD/MM/YYYY' }"
(bsValueChange)="onDateChange($event)">
</div>
Not sure if this is a bug, feature request, or an read the manual issue.
I've looked through the documentation but cannot see anything similar to our requirement.
@sjdean , hi) i can see you are able to do it in version 8, you can check it on our documentation site
if i understood your issue incorrectly, can you share with more details ?
