Is there anyway to detect a cancelled select dialog while using the preselect option?
I noticed when using dialog().select with the preselect focus cancel returns the preselect value.
Thank you in advance.
https://github.com/xbmc/xbmc/pull/9666
Code:
select = xbmcgui.Dialog().select(header, list, autoclose, preselect, useDetails)