I am trying to make an app where I can allow people to add different company domains.
I am trying to use a React input field.
How can I validate that a domain has been entered. I tried setting the type to url but it does not work for domains.
Valid Domain: company.com
URL: http://company.com
Is there an easy way to check whether the domain has been entered. Thank you!