Is it possible to make the PickList and PickListMenu components use Over styles instead of SelectedOver styles as they do now?
Announcement
Collapse
No announcement yet.
X
-
The problem is not that I’m defining the styles incorrectly.
I have two different states defined:- pickListCellOver — which should be applied when hovering over a row in the SelectItem dropdown
- pickListCellSelectedOver — which should be used when hovering over an already selected row
However, even on a simple hover over a non-selected row, the component still applies pickListCellSelectedOver.
I looked into the ISC_Forms source code and found two undocumented properties of isc.PickList: showOverAsSelected and enableSelectOnRowOver. If I set both of them to false, the behavior works exactly as expected.
The issue is that these properties are undocumented, so I’m using them at my own risk.
Comment
Comment