Skip to content

createCurrentInputChangeHandler

This content is for v1.3.0. Switch to the latest version for up-to-date documentation.

createCurrentInputChangeHandler(input): CurrentInputChangeHandler

Defined in: entrypoints/cli-page/current-input-change-handler.ts:71

Current input change handlerを作成します。

CreateCurrentInputChangeHandlerInput

Current input change handler作成入力です。

CurrentInputChangeHandler

Current input change handlerです。

const handleInputChange = createCurrentInputChangeHandler({
clearSelectedResultIndex,
clearSelectedSuggestionIndex,
setInputValue,
});
handleInputChange("mkdir /project");

Last updated: