Update incentro.Autosearch.mpk, Autosearch.xml, and 5 more files...

This commit is contained in:
2022-04-11 22:10:31 +02:00
parent e663626780
commit f3988753d5
7 changed files with 66 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ export interface AutosearchProps<Style> {
style: Style[];
searchvalue: EditableValue<string>;
editable: boolean;
autoFocus: EditableValue<boolean>;
onChange?: ActionValue;
onEnter?: ActionValue;
}
@@ -19,6 +20,7 @@ export interface AutosearchPreviewProps {
style: string;
searchvalue: string;
editable: boolean;
autoFocus: string;
onChange: {} | null;
onEnter: {} | null;
}