Cole
12/07/2019, 4:41 PMModel
type for every input that would hang onto a few interesting props—
{
value: T,
isTouched: boolean,
errors: Array<{id, display}>,
warnings: Array<{id, display}>,
notes: Array<{id, display}>
}
wtaysom
12/08/2019, 2:27 AMGarth Goldwater
12/08/2019, 6:55 PMCole
12/08/2019, 7:06 PMGarth Goldwater
12/08/2019, 7:38 PMCole
12/08/2019, 7:40 PM