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

Commit dcde01c

Browse files
committed
Updated README.md
1 parent b9b3f91 commit dcde01c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ date-max-limit="" | String | false | Set a maximum date limit - you can use all
8787
date-set-hidden="" | String(Boolean) | false | Set the default date to be shown only in calendar and not in the input field
8888
date-disabled-dates="" | String([Date(), Date(), ...]) | false | Disable specific dates using an _Array_ of dates
8989
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)
9191
datepicker-class="" | String('class1 class2 class3') | false | Set custom class/es for the datepicker calendar
9292
datepicker-append-to="" | String('#id','.classname', 'body') | false | Append the datepicker to #id or .class element or to body
9393
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:
155155
```
156156
###Tips
157157

158-
####Live input typing validation
158+
####Date validation
159159
If you want to validate the input, while user is typing (live), you have to refer to `ngModel`.
160160
As long as you use something like:
161161
```html

0 commit comments

Comments
 (0)