1 год назад
История
readme.md
Использовать
import { applyPhoneInput } from 'phoneinput-hook';
export default () => {
const handleRef = (ref) => {
applyPhoneInput(ref);
};
return <input ref={handleRef} />
};
Конвейеры
0 успешных
0 с ошибкой