We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
At this time it's impossible to specify numbers like 2317a because we don't accept letters. We should support letters.
2317a
The text was updated successfully, but these errors were encountered:
Ideally, we should find out a format of valid numbers. Most likely a11, abb aren't valid. Perhaps, we should allow letters only at the end.
a11
abb
Sorry, something went wrong.
Scott catalog numbers: fix displying of numers with letters.
b6af041
Addressed to #671
refactor(CatalogNumbers): use custom validator instead of @pattern.
8cb62db
Later our implementation will be enhanced to use different patterns and messages for different catalogs. Addressed to #671 No functional changes.
5eb1bdf
@php-coder 2 puzzles #972, #973 are still not solved.
php-coder
No branches or pull requests
At this time it's impossible to specify numbers like
2317a
because we don't accept letters. We should support letters.The text was updated successfully, but these errors were encountered: