-
I have implemented a custom MultiWidget input like this:
```
from django import forms
from bootstrap_datepicker_plus.widgets import DatePickerInput, TimePickerInput
class PickDateTimeWidget(fo…
-
您好,我下載後,即使在語言選項使用 "zh-TW",date-picker 顯示的年份仍為西元
HTML:
`
tw date picker
選擇日期
…
-
Buongiorno, finalmente sono riuscito a modificare la tipologia d'inserimento delle valutazioni alle classe mediante il percorso templates/lezioni/voti_classe_edit.html.twig In pratica invece del clas…
-
-
I am having trouble after updating from 3.x.x to 4.x.x version.
My case is pretty simple: button which triggers Popover is inside a container which has `overflow-y: auto;` I changed Popover's cont…
-
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…
-
### Environment
Flask-Appbuilder version:
pip freeze output:
alembic==1.13.1
annotated-types==0.7.0
anyio==4.4.0
apispec==6.6.1
asgiref==3.8.1
attrs==23.2.0
Babel==2.15.0
blinker==1.8.2
…
-
Like the title says.
I have a datepicker inside of a bootstrap modal and when I click on a cell (a year, month, decade), it triggers the modal to close.
For some reason bootstrap thinks the datepick…
-
Well my site is being developed with bootstrap 4, I want to use the date picker but it doesnt work at all. I just include these files:
```
$('.datepicker').datepicker()
```
And the HTML I us…
-
.NET Core 5.0.4
LigerShark.WebOptimizer.Core 3.0.311
I have aproject where I serve static files from both wwwroot and node_modules folders.
For bundling I'm using ContentRoot();
```C#
…