Hi,
I’m Noticing that on the CCDW when I have “Autofill subsequent dropdowns when they contain only one valid option” it will Autofill the very first dropdown.
Is there a way to prevent that or maybe possible bug?
I need the User to truly be the one to select the first one in the Dropdown, but I want to help them fill in the the rest of it for them. I have JS running on the change for subsequent dropdowns, and it ends up in a very bad loop. The biggest issues is when there’s only have one option in the all the Dropdown. While I want it to autofill, I really want it to happen after the user has selected the first one, to prevent itself from running the JS.