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
The widget does not catch a syntax error when a regular expression is invalid. As Example you can insert /20\/ (without the d) or /20[^0\d/ (missing ]) in your example page for the filter widget.
The text was updated successfully, but these errors were encountered:
The widget does not catch a syntax error when a regular expression is invalid. As Example you can insert
/20\/
(without the d) or/20[^0\d/
(missing ]) in your example page for the filter widget.The text was updated successfully, but these errors were encountered: