This repository was archived by the owner on Dec 25, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
docs/src/components/samples Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ function Samples() {
28
28
< SamplesTitle >
29
29
Samples
30
30
</ SamplesTitle >
31
- < JBDateInput label = "simple date:" > </ JBDateInput >
32
- < JBDateInput label = "with persian number" usePersianNumber = { true } > </ JBDateInput >
33
- < JBDateInput label = "with default value:" value = "2020-08-10T08:51:23.176Z" > </ JBDateInput >
34
- < JBDateInput label = "with min and max value:" value = "2020-08-10T08:51:23.176Z" min = "2020-08-05T08:51:23.176Z" max = "2020-08-15T08:51:23.176Z" > </ JBDateInput >
35
- < JBDateInput label = "with validation" validationList = { validationList } > </ JBDateInput >
36
- < JBDateInput label = "gregorian date:" inputType = "GREGORIAN" > </ JBDateInput >
37
- < JBDateInput label = "with default opened calendar date" inputType = "JALALI" calendarDefaultDateView = { { year : 1350 , month : 3 , dateType :InputTypes . jalali } } > </ JBDateInput >
31
+ < JBDateInput label = "simple date:" > { } </ JBDateInput >
32
+ < JBDateInput label = "with persian number" usePersianNumber = { true } > { } </ JBDateInput >
33
+ < JBDateInput label = "with default value:" value = "2020-08-10T08:51:23.176Z" > { } </ JBDateInput >
34
+ < JBDateInput label = "with min and max value:" value = "2020-08-10T08:51:23.176Z" min = "2020-08-05T08:51:23.176Z" max = "2020-08-15T08:51:23.176Z" > { } </ JBDateInput >
35
+ < JBDateInput label = "with validation" validationList = { validationList } > { } </ JBDateInput >
36
+ < JBDateInput label = "gregorian date:" inputType = "GREGORIAN" > { } </ JBDateInput >
37
+ < JBDateInput label = "with default opened calendar date" inputType = "JALALI" calendarDefaultDateView = { { year : 1350 , month : 3 , dateType :InputTypes . jalali } } > { } </ JBDateInput >
38
38
< JBDateInput label = "with custom icon" >
39
39
< div slot = "calendar-trigger-icon" >
40
40
< svg xmlns = "http://www.w3.org/2000/svg" version = "1.1" x = "0px" y = "0px" viewBox = "0 0 610.398 610.398" >
You can’t perform that action at this time.
0 commit comments