Ramin

Results 5 comments of Ramin

Thanks @WikiRik I'll use this option. I still think it's an invalid email address in general so I guess it makes sense to show it as invalid in general but...

> I've changed allow_utf8_local_part set to false how do I test it? Simply pass the email to the function and log it: ```javascript // allow_utf8_local_part === false: console.log(validator.isEmail('te¸[email protected]')); // =>...

An easy workaround is to add this to your global styles: ```css .border, .border-t, .border-r, .border-b, .border-l, .border-x, .border-y { @apply border-gray-300; }

Hey, right now the types declarations file is missing so you can't get it working out of the box. There is an open pull request for that issue but it's...

@MostafaMDZH I have created a small PR to address this issue :) Might look into #3 if I have time