You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specially my issue is with the URL field validation. It seems like the front-end validation does not trigger when hitting command + s, but it does trigger when hitting the save button.
The url validator regex seems to indicate that the TLD is not required. It does not appear to be when getting past the front-end validation.
Steps to reproduce
Create an entry with URL fields.
Attempt to save an entry with a url without the TLD and hit save.
Additional info
Craft version: 3.0.19
PHP version: 7.1
Database driver & version: 5.7
Plugins & versions:
The text was updated successfully, but these errors were encountered:
Description
Specially my issue is with the URL field validation. It seems like the front-end validation does not trigger when hitting command + s, but it does trigger when hitting the save button.
The url validator regex seems to indicate that the TLD is not required. It does not appear to be when getting past the front-end validation.
Steps to reproduce
Additional info
The text was updated successfully, but these errors were encountered: