Muhammadbek

Results 2 comments of Muhammadbek

> > is there a way to hide the recaptcha logo on the bottom right corner? > > add these code to your css > > ``` > .grecaptcha-badge {...

Hi, You can destructure **dialCode** from **data** interface IMaskedInput { dialCode: string; value: string; } const handlePhoneInputChange = (value: string, data: IMaskedInput) => { console.log(data.dialCode); // +998 };