From 0fb4c6bdcdb1a3a9441898197092cc71305ae19a Mon Sep 17 00:00:00 2001 From: Faded Bee Date: Fri, 24 May 2019 15:25:06 +0100 Subject: [PATCH] Document the 'select item' list event. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ecc18db5..4b2d2fef 100644 --- a/README.md +++ b/README.md @@ -831,7 +831,8 @@ A scrollable list which can display selectable items. ##### Events: - Inherits all from Box. -- __select__ - Received when an item is selected. +- __select__ - Received when an item is actively selected, by clicking, pressing return, or similar. +- __select item__ - Received an item is incidentally selected, by using the arrow keys or mouse wheel. - __cancel__ - List was canceled (when `esc` is pressed with the `keys` option). - __action__ - Either a select or a cancel event was received.