We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened? When manually typing asset name into Creator's asset field, it will allow if any current existing asset names contains input text.
For example, if we have an asset called rock, these input will be valid: r, o, c, k, ro, ock..
rock
r
o
c
k
ro
ock
What did you expect? It should compare against full asset name.
The text was updated successfully, but these errors were encountered:
This is easy to fix, I'll submit a PR later.
Sorry, something went wrong.
Merge pull request #446 from davidlatwe/Fix#445
141bb6d
Fix#445
davidlatwe
Successfully merging a pull request may close this issue.
What happened?
When manually typing asset name into Creator's asset field, it will allow if any current existing asset names contains input text.
For example, if we have an asset called
rock
, these input will be valid:r
,o
,c
,k
,ro
,ock
..What did you expect?
It should compare against full asset name.
The text was updated successfully, but these errors were encountered: