Another of those things that isn't as obvious as I thought it would be...
I need to do stuff when a user is holding down the Ctrl key and clicks on / changes the value of a SelectItem. It's starting to look like I'll need to roll my own here, and my experimentation with a SelectItem's KeyUp/Down/PressHandlers are not working out the way I'd hoped... Do I have the wrong API here?
TIA,
Bill
I need to do stuff when a user is holding down the Ctrl key and clicks on / changes the value of a SelectItem. It's starting to look like I'll need to roll my own here, and my experimentation with a SelectItem's KeyUp/Down/PressHandlers are not working out the way I'd hoped... Do I have the wrong API here?
TIA,
Bill
Comment