Skip to content

Commit

Permalink
Rename field in document
Browse files Browse the repository at this point in the history
  • Loading branch information
egaluza committed Feb 4, 2022
1 parent c2d65e8 commit c9b593c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ rRule | string | Specifies the recurrence rule.
firstDayOfWeek | number | A number between 0 (Sunday) and 6 (Saturday) that specifies the first day of the week.
readOnly | boolean | Specifies whether the weekly recurrence selector is read-only.
formatDate | [FormatterFn](./scheduler.md#formatterfn) | A function that formats dates based on the locale.
onValueChange | (nextFieldValue: { [fieldName: string]: any }) => void | Handles value changes.
onFieldChange | (nextFieldValue: { [fieldName: string]: any }) => void | Handles value changes.

## Localization Messages

Expand Down

0 comments on commit c9b593c

Please sign in to comment.