-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
docs(datepicker): add demo for isOpen state #3647
Conversation
@@ -0,0 +1,5 @@ | |||
<div class="row"> | |||
<div class="col-xs-12 col-12 col-md-4 form-group"> | |||
<input class="form-control" placeholder="Please choose a date" bsDatepicker [isOpen]="isOpen"/> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## development #3647 +/- ##
==============================================
Coverage ? 72.05%
==============================================
Files ? 252
Lines ? 8159
Branches ? 1552
==============================================
Hits ? 5879
Misses ? 1858
Partials ? 422 Continue to review full report at Codecov.
|
<input class="form-control" placeholder="Please choose a date" #dp="bsDatepicker" bsDatepicker [isOpen]="isOpen"/> | ||
</div> | ||
<div class="col-xs-4 col-4 col-md-4 form-group"> | ||
<input class="btn btn-success" type="button" value="Toggle" (click)="dp.toggle()"> |
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
Needs to fix conflicting files (update your branch from latest development and solve conflicts) |
update and testing my branch according to Yevheniia comments(conflicts in files) which I can't see |
Tested, looks good |
add demo for isOpen state(when browser window is open the datepicker should be open) #3640