I have found that there are 3 programs in flex, open, closed, change
value Take that I selected one in my combo box then I can do 2 things:
- I open the combobox and click on one option again
- Open it and close it by clicking anywhere else (without clicking on option)
In any of the above cases, any f There is no change and both of them are open and close, so if I want these 2 actions to behave differently, then I can not separate them separately .... What is the option of compounding on combobox or combobox options Is it possible to have a click event? I am using a data provider for my combobox ...
Thanks a lot!
is a defined phenomenon, although it is inherited
as long as the combo If there is not a click event listener in the box and calls to prevent default () to stop the event from calling, then you should be able to listen to the click event on the combo box without any problems.
Comments
Post a Comment