We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2606719 commit be33e15Copy full SHA for be33e15
inputMethods.ts
@@ -351,8 +351,8 @@ namespace microgui {
351
defaultTxt?: string,
352
maxTxtLength?: number,
353
txtColor?: number,
354
- deleteFn?: () => void,
355
- backBtn?: () => void
+ deleteFn?: (str?: string) => void,
+ backBtn?: (str?: string) => void
356
}) {
357
super(opts.app, new GridNavigator([[]])) // GridNavigator setup in startup()
358
this.text = (opts.defaultTxt) ? opts.defaultTxt : ""
0 commit comments