Skip to content
Discussion options

You must be logged in to vote

Succeded in "tricking it" to accept an object value.

onChange({ target: { name, value: myObject } as any); // important to include "name"

Their onChange handler, which we forced to branching into getEventValue:

Which is defined as:

We forced it to evaluate event.target.value

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@hmaesta
Comment options

@tinganho
Comment options

Answer selected by hmaesta
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants