Untitled
unknown
typescript
2 years ago
660 B
5
Indexable
WORKS <RhfInputTextBig rhf={{ name: 'text', control: control }} input={{ label: 'Big Input', placeholder: 'Placeholder' }} /> DOESNT WORK <RhfTextInputManager type={InputTypeEnum.BIG_INPUT} rhf={{ name: 'text', control: control }} input={{ label: 'Big Input', placeholder: 'Placeholder' }} />
Editor is loading...