-
QuestionDoes the The documentation lends me to believe it doesn't work as it's stated under this section ~ " However I was able to implement this using the Thanks!
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
The docs are correct: when |
Beta Was this translation helpful? Give feedback.
The docs are correct: when
shouldUseNativeValidation: true
, theregister
method returns the native validation attributes defined on the secondregister
options argument, likerequired: true
,min: 10
, etc. TheController
'sfield
prop returned from it'srender
method callback always returns the field values and callbacks likevalue
,onChange
,ref
etc