You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, set_selection accepts multiple items to be selected, but some selection provider might have only one item selected at any time. We need to specify a behavior for this case. (In practice, it matter little if the provider is properly documented.)
My proposal is to select the last available item form the selection list.
The text was updated successfully, but these errors were encountered:
At the moment,
set_selection
accepts multiple items to be selected, but some selection provider might have only one item selected at any time. We need to specify a behavior for this case. (In practice, it matter little if the provider is properly documented.)My proposal is to select the last available item form the selection list.
The text was updated successfully, but these errors were encountered: