cancel
Showing results for 
Search instead for 
Did you mean: 

Drop box open in delay

Former Member
0 Kudos

HI

There is a way to open sapUi5 dropdown box in some delay i.e. when you click on the

arrow or the the drop down itself to open the list it will open the list after 0.5 second for example.

is it possible in UI5

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

former_member182862
Active Contributor
0 Kudos

I would setBusy to true and then false in this process. So that your users know that it is doing something and it is hanging.

Sample

-D

seVladimirs
Active Contributor
0 Kudos

Agree

Answers (1)

Answers (1)

seVladimirs
Active Contributor
0 Kudos

You can extend DropdownBox and overwrite onclick method, see example here:

http://jsbin.com/docepu/5/edit?html,output