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 has been 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)
The text was updated successfully, but these errors were encountered:
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
invalidatA()
andvalidateFigure()
InputURL
TextareaLineURLArray
(inherits fromInputURL
)The text was updated successfully, but these errors were encountered: