adding VarText and removing text minimum length

This commit is contained in:
2021-06-27 22:24:53 -06:00
parent 39e0f51856
commit c9ed27f6e9
4 changed files with 32 additions and 12 deletions

View File

@@ -6,7 +6,7 @@ interface ArchiveUI {
/**
* Prompt the user to enter text
*/
function enterText(prompt:String, resolve:(String) -> Void, minLength:Int, maxLength:Float):Void;
function enterText(prompt:String, resolve:(String) -> Void, maxLength:Float):Void;
/**
* Prompt the user to enter a number