Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding select and textarea. Also cleaning up typings for FieldChangeEventHandler. #15

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

nathanb
Copy link
Member

@nathanb nathanb commented Jun 6, 2024

No description provided.

Comment on lines +201 to +202
if (results.target.value === 'abc') setFieldError(results.target.name, "Cannot enter 'abc'.")
}
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

key difference; Testing both: e.target.* and e.fields[name]

@nathanb nathanb force-pushed the select-textarea-typings branch from bb9320c to f9dbb80 Compare June 6, 2024 19:46
@nathanb nathanb merged commit e5ed422 into main Jun 6, 2024
1 check passed
@nathanb nathanb deleted the select-textarea-typings branch June 6, 2024 19:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant