You are viewing limited content. For full access, please sign in.

Question

Question

Drop down auto-selecting when there is one entry

asked on February 20, 2024

Hello,

    I have a form where I am using drop downs loaded from a lookup rule. I want the drop downs to unselected and for the user to have to make a choice. This works when I have more then one value I am pulling in. When I have one value, the form auto selects that value. Is there anyway to disable this behavior?

Thank You,

0 0

Replies

replied on February 20, 2024

Hi Kevin,

This is how lookup rule works if return single value for dropdown list. but you can have some workarounds like:

1. Add a empty row in the sql data so that it returns two rows for the dropdown but auto select the first empty row for you.

2. use javascript to listen on the lookup rule execution, and after it's done, force the selection to null.

1 0
You are not allowed to follow up in this post.

Sign in to reply to this post.