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
{{ message }}
This repository was archived by the owner on Oct 15, 2022. It is now read-only.
URL validation takes place at several points in our system, namely in every Input element, which needs it.
This should be abstracted, so that error can be fixed in one place instead of a shotgun surgery.
Elements which currently do this on their own (which come to my mind) are: TextareaHTML in validatA() and validateFigure() InputURL TextareaLineURLArray (inherits from InputURL)
URL validation takes place at several points in our system, namely in every Input element, which needs it.
This should be abstracted, so that error can be fixed in one place instead of a shotgun surgery.
Elements which currently do this on their own (which come to my mind) are:
TextareaHTMLinvalidatA()andvalidateFigure()InputURLTextareaLineURLArray(inherits fromInputURL)