dockwa / simple-react-validator

A simple react form validator inspired by Laravel validation.
https://dockwa.github.io/simple-react-validator
MIT License
276 stars 77 forks source link

Url validator allows optional "http" #494

Closed alexpapworth closed 6 months ago

alexpapworth commented 6 months ago

Is there a setting to force the appearance of http:// or https://?

I see the current url validator allows https://google.com and google.com, but have an instance in our project that requires us to accept only full URLs like https://google.com.

alexpapworth commented 6 months ago

Apologies, looks like it didn't test this correctly. Closing.