appirio-tech / connect-app

Build your next project on Connect with the power of crowdsourcing
https://connect.topcoder.com
44 stars 139 forks source link

Assets Library > Links: Can enter invalid URLs #3855

Open codejamtc opened 4 years ago

codejamtc commented 4 years ago

Expected behavior

Should validate the correct URL regex format. https://regexr.com/37i6s

Actual behavior

Assets Library > Links: Can enter invalid URLs

Steps to reproduce the problem

Screenshot/screencast

image

Environment

vikasrohit commented 4 years ago

I don't think we need this kind of validation. It neither blocks any one to use the functionality nor it causes any errors. It is upto the user what he/she wants to share. We have few standard URL validations in place, but we don't want to make it unnecessary strict which may cause some issue with valid URLs as well. Still keeping this in backlog, if we need it some day.