From 1b31a472a5c8931d30413f73fbb59b425f6c3cf2 Mon Sep 17 00:00:00 2001 From: "Aayush Arora (angularboy)" Date: Tue, 27 Nov 2018 21:56:06 +0530 Subject: [PATCH] URL validation Removed (#2219) * Removed Regex from Hypelink Bundle --- platform/features/hyperlink/bundle.js | 1 - 1 file changed, 1 deletion(-) diff --git a/platform/features/hyperlink/bundle.js b/platform/features/hyperlink/bundle.js index 7cf66eb288..4be1e1c8c5 100644 --- a/platform/features/hyperlink/bundle.js +++ b/platform/features/hyperlink/bundle.js @@ -45,7 +45,6 @@ define([ "key": "url", "name": "URL", "control": "textfield", - "pattern": "^(ftp|https?)\\:\\/\\/", "required": true, "cssClass": "l-input-lg" },