mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
fix FieldBirthdayInput: example was broken
This commit is contained in:
parent
dc61925e77
commit
cbd6b738a0
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ export const Empty = {
|
|||
onChange: formState => {
|
||||
const birthday = formState.values.birthday;
|
||||
if (birthday) {
|
||||
console.log('birthday changed to:', birthday.toUTCString());
|
||||
console.log('birthday changed to:', birthday);
|
||||
}
|
||||
},
|
||||
onSubmit: values => {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue