I would like the users not to have to click exactly in the checkbox to select a row in the picklist. I would like a click anywhere in the row with the checkbox to select/unselect the checkbox.
I have tried to look around, but found no way to set this, or add a clicklistener on the picklist. Optimally it would of course be nice with a boolean somewhere, "allowClickAnywhereToSelect" on the SelectItem. ;)
Is there any way to accompish this?
I have tried to look around, but found no way to set this, or add a clicklistener on the picklist. Optimally it would of course be nice with a boolean somewhere, "allowClickAnywhereToSelect" on the SelectItem. ;)
Is there any way to accompish this?
Comment