Questions tagged [ngb-datepicker]
82 questions
0
votes
1 answer
How do I add both template driven validation and ngbDatePicker property to input field in anguar 7?
I am trying to add template driven validation to an input field which is also a ngbDatePicker.

elpidaguy
- 624
- 1
- 11
- 25
0
votes
1 answer
How to allow month navigation in ngbdatepicker while keeping the dates selection disabled?
Angular version: 6
Library: ngbbootstrap
Library reference links:
https://ng-bootstrap.github.io/#/components/datepicker/examples
https://ng-bootstrap.github.io/#/components/datepicker/api
Using the above library to display specific dates, I need to…

Maitree Kuria
- 72
- 2
- 9
0
votes
1 answer
How do you navigate in ngb-datepicker?
Starting with the "Datepicker in a popup" example from ng-bootstrap (here), I tried adding another button for date navigation; however, I can't get this to work.
Any ideas would be appreciated.
0
votes
1 answer
ng-Bootstrap Datepicker popup in a table not showing correctly
I have a ng-bootstrap datepicker in a table. The table is needed for a clear layout on the web site.
If i clicked on the button, then the popup is still showing like the table-height is. I tried so much and know I hope somebody has a solution for…

B00ling
- 3
- 1
- 2
0
votes
2 answers
Angular bootstrap ngbdatepicker removing (change) method so Is there any other option to read model value on controller
I am trying with bootstrap ngbdatepicker I added datepicker selector to appcomponent.html and datepicker started showing there Now I need to read that model value into controller so I can pass it to parent appcomponent for that I added (change)…

Deepak Patidar
- 384
- 1
- 8
- 23
-1
votes
1 answer
How to change border in Ngb-Datepicker navigation arrows
Hi, I want to eliminate the blue border that is displayed after clicking the button, I have already try to target it with
::ng-deep{
.ngb-dp-arrow > button:active {
border: none !important;
}
But nothing seems to work, I already change the…

Jeyson Mg
- 150
- 1
- 6
-1
votes
1 answer
about Java.sql.TimeStamp and angular
i am working on a website (angular 9, spring boot).
i need a user to be able to send me a Date AND Time of a certain event,
while on the java side i am working with java.sql.TimeStamp
and in angular i am using both NgbDatepicker (for date) and Time…

user3469465
- 39
- 7