diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/.ui.dialogs.luadoc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/.ui.dialogs.luadoc b/core/.ui.dialogs.luadoc index 523c423b..c60546f0 100644 --- a/core/.ui.dialogs.luadoc +++ b/core/.ui.dialogs.luadoc @@ -410,7 +410,8 @@ function standard_dropdown(options) end -- @param options Table of key-value option pairs for the filtered list dialog. -- -- * `title`: The dialog's title text. --- * `text`: The dialog's main message text. +-- * `informative_text`: The dialog's main message text. +-- * `text`: The dialog's initial input text. -- * `columns`: The list of string column names for list rows. -- * `items`: The list of string items to show in the filtered list. -- * `button1`: The right-most button's label. The default value is |