URL Field Validation Incorrect
Describe the problem
URL field needs http(s):// to produce a valid link. If it is not included (www.example.com, for example), Baserow still registers the input as valid.
Steps to reproduce
- Create URL field
- Add link without http(s)://
- Click link
Actual result
If http(s):// is not present, the link breaks and opens a new window with https://baserow.io/database/XXXXX/table/XXXXXX/www.example.com
Expected result
Open proper link or fix field validation to not allow URLs without http(s)://