Is there a way to hide the dropdown object's button (only) when there is not focus on that dropdown field? So the button would not be visable until the user clicks into that dropdown and is not visible when the user exits that dropdown field. Like the way the date object works.
Solved! Go to Solution.
Views
Replies
Total Likes
If you set the field's access to readOnly by default, they still can enter the field to show the button if you put the script above in the enter's event...
I hope I'm understanding you well, this method should be working perfectly if your goal is to hide the button within the dropdown list
Views
Replies
Total Likes
Hi there,
Yes there is a way, when you set the dropdown's field access to readOnly, the button disappear...
So if you set the field's access to open when the user enters the field, the button will appear
And if you set the field's access to readOnly when the user exit the field, the button will disappear
Hope this will help ya!
Views
Replies
Total Likes
So - I would need to leave the buttons visible until after the user makes a selecetion and exits. Correct? The buttons can't be hidden before they enter because then they would not be able to enter the field.
Views
Replies
Total Likes
And once a selection is made and exited, the user would not be able to change their selection?
Views
Replies
Total Likes
If you set the field's access to readOnly by default, they still can enter the field to show the button if you put the script above in the enter's event...
I hope I'm understanding you well, this method should be working perfectly if your goal is to hide the button within the dropdown list
Views
Replies
Total Likes
Sorry - I missed that part. Thanks so much!
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies