Hello,
I am creating an app with 3 cascading dropdown. However, I would like the 2nd cascading dropdown not to show until the 1st is filled. But I can't do that 😞
Can you help me please :(? Thanks in advance!
My app is like this :
Solved! Go to Solution.
In the visible property of the 2nd drop down just to see if there is a value in the first drop down.
Example of visible property for drop down 2: !IsBlank(Dropdown1Name.Selected.Value)
If there is a value in drop down 1 then drop down 2 will be visible otherwise it will hidden.
In the visible property of the 2nd drop down just to see if there is a value in the first drop down.
Example of visible property for drop down 2: !IsBlank(Dropdown1Name.Selected.Value)
If there is a value in drop down 1 then drop down 2 will be visible otherwise it will hidden.
It's work thanks !
User | Count |
---|---|
168 | |
90 | |
74 | |
68 | |
57 |
User | Count |
---|---|
214 | |
155 | |
97 | |
89 | |
70 |