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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ date-max-limit="" | String | false | Set a maximum date limit - you can use all
87
87
date-set-hidden="" | String(Boolean) | false | Set the default date to be shown only in calendar and not in the input field
88
88
date-disabled-dates="" | String([Date(), Date(), ...]) | false | Disable specific dates using an _Array_ of dates
89
89
date-refocus="" | String(Boolean) | false | Set the datepicker to re-focus the input after selecting a date
90
-
date-typer="" | String(Boolean) | false | Set the datepicker to update calendar date when user is typing a date, see validation [tips](#validation)
90
+
date-typer="" | String(Boolean) | false | Set the datepicker to update calendar date when user is typing a date, see validation [tips](#date-validation)
91
91
datepicker-class="" | String('class1 class2 class3') | false | Set custom class/es for the datepicker calendar
92
92
datepicker-append-to="" | String('#id','.classname', 'body') | false | Append the datepicker to #id or .class element or to body
93
93
datepicker-toggle="" | String(Boolean) | true | Set the datepicker to toggle its visibility on focus and blur
@@ -155,7 +155,7 @@ To achieve this, you just have to use this CSS line:
155
155
```
156
156
###Tips
157
157
158
-
####Live input typing validation
158
+
####Date validation
159
159
If you want to validate the input, while user is typing (live), you have to refer to `ngModel`.
0 commit comments