I can't validate custom Controller with TextField from material UI #3053
-
my custom component import React from 'react' type TextField={ } export const TFCustome =({control,label,name,type="text",style,defaultValue}:TextField)=>{
} |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
read the doc: https://react-hook-form.com/api#Controller there is CSB as well |
Beta Was this translation helpful? Give feedback.
read the doc: https://react-hook-form.com/api#Controller there is CSB as well