[plug-in] Fix 'onDidSelectItem' behavior for Quick Pick widget #4046
Labels
bug
bugs found in the application
plug-in system
issues related to the plug-in system
Team: Che-Plugins
issues related to the che-plugins team
I have the following code in my plugin:
The problem is
onDidSelectItem
is invoked immediately after opening the Quick Pick widget.At this step Quick Pick widget is in
PREVIEW
mode and first item gets selection by default.So I think we should invoke
onDidSelectItem
when Quick Pick widget is inOPEN
mode and user has ability to select some item.The text was updated successfully, but these errors were encountered: