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
-`message`: The prompt message or question shown to the user above the input.
348
+
-`message`: The message or question shown to the user above the input.
349
349
-`options`: The options to present, or a function that returns the options to present allowing for custom search/filtering. [Learn more below](#dynamic-options-getter).
350
350
-`maxItems`: The maximum number of items/options to display in the autocomplete list at once.
351
351
-`placeholder`: Placeholder text displayed when the search field is empty. When set, pressing tab copies the placeholder into the input.
-`message`: The prompt message or question shown to the user above the input.
470
+
-`message`: The message or question shown to the user above the input.
471
471
-`root`: The starting directory for path suggestions (defaults to current working directory).
472
472
-`directory`: When `true` only **directories** appear in suggestions while you navigate (v1.2.0 fixes for directory-only mode).
473
473
-`initialValue`: The starting path shown when the prompt first renders, which users can edit before submitting. If not provided it will fall back to the given `root`, or the current working directory. In `directory` mode, if the initial value points to a directory that exists, pressing enter will submit the input instead of jumping to the first child (v1.2.0).
0 commit comments