I'm currently working with groups of options, and I have an issue pertaining to selection.
It seems the internal pointer starts at 0 which is usually fine since it will select the first item in the list. However when groups are involved, the first entry returned is usually a group label which cannot be selected.
This prevents using enter or tab to autocomplete the first entry.
Ideally the first entry selected would be the first non-label.
Thank you for your time!
I'm currently working with groups of options, and I have an issue pertaining to selection.
It seems the internal pointer starts at 0 which is usually fine since it will select the first item in the list. However when groups are involved, the first entry returned is usually a group label which cannot be selected.
This prevents using enter or tab to autocomplete the first entry.
Ideally the first entry selected would be the first non-label.
Thank you for your time!