-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot delete a link with an asterisk in the path #1324
Comments
I tested it. If you create a short link with * in the slug, for example, |
Yep, that works, however it is still technically a validation issue that probably should be fixed. Either by disallowing the |
I guess both are needed as there can be existing links with |
Can i work on this @steven-tey ? |
If you create a short link with
*
in the slug, when attempting to delete it, the input validation says it is not valid:It seems to be an issue with the
pattern
HTML attribute on the input field.Browser: Firefox 131.0
The text was updated successfully, but these errors were encountered: