Merge branch 'multiselect' of github.com:davep/textual into multiselect

This commit is contained in:
Dave Pearson
2023-05-25 14:20:13 +01:00

View File

@@ -223,7 +223,7 @@ class SelectionList(Generic[SelectionType], OptionList):
"""Initialise the selection list.
Args:
*content: The content for the selection list.
*selections: The content for the selection list.
name: The name of the selection list.
id: The ID of the selection list in the DOM.
classes: The CSS classes of the selection list.