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
+32-8Lines changed: 32 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,14 +146,38 @@ Sometimes you cannot put date input as a first child of datepicker. In this case
146
146
</div>
147
147
</datepicker>
148
148
```
149
-
####Datepicker always visible
150
-
Sometimes you would set the datepicker always visible in page.
151
-
To achieve this, you just have to use this CSS line:
152
-
153
-
```css
154
-
._720kb-datepicker-calendar{
155
-
visibility:visible;
156
-
}
149
+
####Datepicker manually show and hide
150
+
Sometimes you would to manually show or hide the datepicker, this can be achieved using `datepicker-show` attribute, if `false`, datepicker is hidden, if `true`, datepicker is shown
_tip: you should use this attribute togheter with `datepicker-toggle="false" , for a better stable behavior of the datepicker_
168
+
169
+
####Input as grandchild
170
+
Sometimes you cannot put date input as a first child of datepicker. In this case you may use `selector=""` to point to the CSS class of the input. Below example with using Twitter Bootstrap and FontAwesome
0 commit comments