Using the jQuery 'click' function on Flexbox control
Hi guys,
I am using the Flexbox control as a dropdown that lists a clients Name and Address for each entry in the list. My usable 'real estate' constricts the width of this Flexbox control and so when I click on the 'down arrow' of the Flexbox I want it to increase in width. This is for ease of use and read-ability. When the user chooses an entry it will return to its normal size. I am able to achieve this at present using the jQuery 'click' function but I want the resize only to happen if I click the down-arrow of the control and not, as what happens at present, if I click on any other part of the control. I want to be able to click into the control and the effect be merely that it has focus and if it is populated then its content is selected.
Is this possible?
thanks in advance
Tony