Skip to content

Commit 997c1c1

Browse files
Merge pull request pnp#1381 from HarminderSethi/datetimepicker-doc-update
broken link for getErrorMessage property fixed in datetimepicker docu…
2 parents 27a1b51 + 244c6af commit 997c1c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/docs/controls/DateTimePicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ The `DateTimePicker` control can be configured with the following properties:
5757
| timeConvention | TimeConvention | no | Defines the time convention to use. The default value is the 24-hour clock convention. |
5858
| firstDayOfWeek | DayOfWeek | no | Specify the first day of the week for your locale. |
5959
| key | string | no | A unique key that indicates the identity of this control |
60-
| onGetErrorMessage | function | no | The method is used to get the validation error message and determine whether the input value is valid or not. See [this documentation](https://dev.office.com/sharepoint/docs/spfx/web-parts/guidance/validate-web-part-property-values) to learn how to use it. |
60+
| onGetErrorMessage | function | no | The method is used to get the validation error message and determine whether the input value is valid or not. See [this documentation](https://learn.microsoft.com/en-us/sharepoint/dev/spfx/web-parts/guidance/validate-web-part-property-values) to learn how to use it. |
6161
| showGoToToday | boolean | no | Controls whether the "Go to today" link should be shown or not |
6262
| isMonthPickerVisible | boolean | no | Controls whether the month picker is shown beside the day picker or hidden. |
6363
| showMonthPickerAsOverlay | boolean | no | Show month picker on top of date picker when visible. |

0 commit comments

Comments
 (0)