Skip to content

Commit 24e9e7d

Browse files
Fixed dmc DatePickerInput bug, Also added a repo link for dash dock documentation. 🐜
1 parent 99a5b51 commit 24e9e7d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/dash_dock/introduction.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ icon: tabler:layout-sidebar-right-collapse
2323
pip install dash-dock
2424
```
2525

26-
### Github Repo
27-
https://github.com/pip-install-python/dash-dock
26+
[Github Repo](https://github.com/pip-install-python/dash-dock)
2827

2928
### Simple Example
3029

docs/full_calendar_component/introduction.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
children=[
7878
dmc.GridCol(
7979
html.Div(
80-
dmc.DatePicker(
80+
dmc.DatePickerInput(
8181
id="start_date",
8282
label="Start Date",
8383
value=datetime.now().date(),
@@ -108,7 +108,7 @@
108108
children=[
109109
dmc.GridCol(
110110
html.Div(
111-
dmc.DatePicker(
111+
dmc.DatePickerInput(
112112
id="end_date",
113113
label="End Date",
114114
value=datetime.now().date(),

0 commit comments

Comments
 (0)