Hello,
I am trying to add the features OpenOnDownArrow() and OpenOnSpace() to a custom ComboBoxItem per our costumers request. They want to have the ability to use the keyboard features as much as possible while using grids. Our ListGridFields mostly use ComboBoxItems already but lack these two features. We went with the ComboBoxItem over the SelectItem because of the filtering feature it has.
I know we can achieve the dropdown with "alt" + down arrow but our users are complaining there is a lack of consistency when it comes to SelectItems and ComboBoxItems throughout the application.
Is there a way to add these features to the ComboBoxItem?
Bests,
Zech
I am trying to add the features OpenOnDownArrow() and OpenOnSpace() to a custom ComboBoxItem per our costumers request. They want to have the ability to use the keyboard features as much as possible while using grids. Our ListGridFields mostly use ComboBoxItems already but lack these two features. We went with the ComboBoxItem over the SelectItem because of the filtering feature it has.
I know we can achieve the dropdown with "alt" + down arrow but our users are complaining there is a lack of consistency when it comes to SelectItems and ComboBoxItems throughout the application.
Is there a way to add these features to the ComboBoxItem?
Bests,
Zech
Comment