-
Hi,
I have a situation where my users need to type or choose a date using a date picker. They want both.
I'm using bootstrap date picker: http://www.eyecon.ro/bootstrap-datepicker/
I have a mask ex…
-
I try to use bootstrap-datepicker with knockout:
``` javascript
self.birthDate = ko.observable("2014-01-10");
```
this is my HTML code:
``` html
```
JS code
``` javascript
//Date
ko.bindingHand…
Xab01 updated
7 years ago
-
I have been using datepicker successfully in an application which I am now redesigning. The datepicker input field used to be in a "normal" html page, the redesign has it in a Bootstrap modal.
Whe…
-
First the datepicker looks and works good. But using it in Bootstrap Modal needed a few changes. First a higher z-index to show up.
But it won't scroll with the Content of the modal. For me it works…
-
ng-bootstrap Datepicker uses the minDate n maxDate validation input, and it expects the input to be the same model format it generates... long story short, when using minDate for example on input with…
-
i have a textbox which is populated with date after interaction with database. also i have the option to edit the value in textbox. I am using bootstrap datepicker with angular. in my angular code i h…
ghost updated
9 years ago
-
### Expected behaviour
Tell us what should happen.
This is what I do in one of my datepicker
`$('#date_of_purchase').datepicker('update', '2017-03-24');`
Since I used the following format:
` fo…
-
Current release contains a redefinition of "undefined". This redefinition is detected by the ["Special identifiers should not be bound or assigned"](https://rules.sonarsource.com/javascript/RSPEC-2137…
-
Hi,
using https://github.com/Eonasdan/bootstrap-datetimepicker doesn't save field content.
Bye
-
Bug description:
I have this code here:
```
```
the datepicker won't get displayed correctly:
![image](https://github.com/valor-software/ngx-bootstrap/assets/33926233/8984…