<input
...
ref={(el) => {
refA(el); // (1) react-hook-form > controller가 주는 ref
(refB as MutableRefObject<HTMLInputElement | null>).current = el; // (2) imask의 useIMask가 주는 ref
}}
...
/>
Subscribe
Login
0 Comments