Add layoutCandidatesCaseSensitiveMatch

This commit is contained in:
Francisco Hodge
2022-04-05 21:25:44 -07:00
parent f603838ff0
commit 95fe298c78
2 changed files with 13 additions and 5 deletions
+6 -1
View File
@@ -231,10 +231,15 @@ export interface KeyboardOptions {
excludeFromLayout?: { [key: string]: string[] };
/**
* Determine size of layout candidate list
* Determines size of layout candidate list
*/
layoutCandidatesPageSize?: number;
/**
* Determines whether layout candidate match should be case sensitive.
*/
layoutCandidatesCaseSensitiveMatch?: boolean;
/**
* Executes the callback function every time simple-keyboard is rendered (e.g: when you change layouts).
*/