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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -83,7 +83,7 @@ date-max-limit="" | String | false | Set a maximum date limit - you can use all
83
83
date-set-hidden="" | String(Boolean) | false | Set the default date to be shown only in calendar and not in the input field
84
84
date-disabled-dates="" | String([Date(), Date(), ...]) | false | Disable specific dates using an _Array_ of dates
85
85
date-refocus="" | String(Boolean) | false | Set the datepicker to re-focus the input after selecting a date
86
-
date-typer="" | String(Boolean) | false | Set the datepicker to update calendar when is user typing a date
86
+
date-typer="" | String(Boolean) | false | Set the datepicker to update calendar date when is user typing a date (+1 keyup event may be not so performant)
87
87
88
88
##Options
89
89
Angular datepicker allows you to use some options via `attribute` data
0 commit comments