mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
allow autocomplete on input element (jsdoc)
This commit is contained in:
@ -17,7 +17,7 @@ export const AUTOCOMPLETE_WIDTH = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export class AutoComplete {
|
export class AutoComplete {
|
||||||
/**@type {HTMLTextAreaElement}*/ textarea;
|
/**@type {HTMLTextAreaElement|HTMLInputElement}*/ textarea;
|
||||||
/**@type {boolean}*/ isFloating = false;
|
/**@type {boolean}*/ isFloating = false;
|
||||||
/**@type {()=>boolean}*/ checkIfActivate;
|
/**@type {()=>boolean}*/ checkIfActivate;
|
||||||
/**@type {(text:string, index:number) => Promise<AutoCompleteNameResult>}*/ getNameAt;
|
/**@type {(text:string, index:number) => Promise<AutoCompleteNameResult>}*/ getNameAt;
|
||||||
|
Reference in New Issue
Block a user