-
Notifications
You must be signed in to change notification settings - Fork 27.3k
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
[Bug]: X/Y/Z plot seed
field should truncate last comma
#14739
Comments
you meant to say XYZ plot not Prompt matrix right |
@w-e-w yes, you are correct :) |
seed
field should truncate last commaseed
field should truncate last comma
This can actually be useful when using Prompt SR if you want to omit the thing you are changing as well as replace it. for example prmpt: Yellow Fire Truck SR: Yellow, Red, Blue, would get you: Yellow Fire Truck, Red Fire Truck, Blue Fire Truck, Fire Truck I do depend on the trailing comma not being ignored like this, but I understand it not being wanted in other cases Could we have it both ways, and have the option to ignore / not ignore the trailing comma in certain fields? thx |
that is why my fix PR is only for number axis |
so it is. :) |
Checklist
What happened?
Received error
Steps to reproduce the problem
Made a x/y/z plot with
seed
as first fieldEntered
-1,-1,-1,-1,
into the field (note the trailing comma)What should have happened?
Trailing comma with no value after it is ignored (but stays in the input field so I can add a value at any time later
What browsers do you use to access the UI ?
No response
Sysinfo
Version 1.7.0
rest should not be relevant
Console logs
Additional information
No response
The text was updated successfully, but these errors were encountered: