Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

Commit 5500bf8

Browse files
authored
Update README.md
1 parent d1324c4 commit 5500bf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,10 @@ date-typer="" | String(Boolean) | false | Set the datepicker to update calendar
9191
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)
9292
datepicker-class="" | String('class1 class2 class3') | false | Set custom class/es for the datepicker calendar
9393
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.
9596
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_
9798
datepicker-mobile="" | String | true | Set to `false` to force override of mobile styles. Especially useful for using desktop-style pagination control in mobile apps.
9899

99100
## Options

0 commit comments

Comments
 (0)