I am using a container with two values (2:1)
When someone selects an item, I want them to insert a minimum quantity of 1.
If I set the default to 1, then even if an item is not selected the quantity is set to 1
I tried using minimum set to 1 but that is not working either
Any ideas ?
Do you have ‘Required’ enabled for the quantity?
No.
The issue with that is, I only need the quantity IF an item is selected. I suppose I can add the required field and then add in visibility clause for the quantity ?
Yeah, I think that’s what I would do.
Why do you have multiple items seemingly on the same row though?