Dan

Results 1 issues of Dan

In TextField, there is this code: helperText={showError ? meta.error || meta.submitError : undefined} that basically ignores any initial value of helperText. Is there any reason not to have the code...