Maybe this is a far more general UI thing, but:
Min Bounces cannot be larger than Max Bounces. The UI forces that.
That’s fine.
But can you make it so that the Min Bounces is evaluated after I finish typing in Max Bounces?
Here is the issue.
I have:
Max Bounces: 4
Min Bounces: 3
I want to change Max Bounces to 10.
I start typing 10.
As soon as I press 1 in Max Bounces, Min Bounces changes and becomes 1.
So after I finish typing, instead of max 10, min 3 I have.
Max Bounces: 10
Min Bounces: 1
Which is super minor, but frustrating.
Cheers.