You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 18, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,9 +91,10 @@ date-typer="" | String(Boolean) | false | Set the datepicker to update calendar
91
91
date-week-start-day="" | String(Number) | 0 | Set the first day of the week. Must be an integer between 0 (Sunday) and 6 (Saturday). (e.g. 1 for Monday)
92
92
datepicker-class="" | String('class1 class2 class3') | false | Set custom class/es for the datepicker calendar
93
93
datepicker-append-to="" | String('#id','.classname', 'body') | false | Append the datepicker to #id or .class element or to body
94
-
datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur
94
+
datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur
95
+
| | | **tip:** Best is to use `pointer-events: none;` on your input if you don't want the user to toggle the calendar visibility.
95
96
datepicker-show="" | String | false | Trigger the datepicker visibility, if true datepicker is shown if false it is hidden
96
-
| | | **tip:**_You may use this option together with datepicker-toggle="false" for a stable behavior_
97
+
| | | **tip:**_Do not mix it with datepicker-toggle for a more stable behavior_
97
98
datepicker-mobile="" | String | true | Set to `false` to force override of mobile styles. Especially useful for using desktop-style pagination control in mobile apps.
0 commit comments