JS: Fourth batch of OFW PR changes

This commit is contained in:
Willy-JL
2024-10-25 17:27:41 +01:00
parent 56332919de
commit 96e5b24a71
9 changed files with 64 additions and 28 deletions

View File

@@ -24,11 +24,10 @@ let views = {
}),
textInput: textInput.makeWith({
header: "Type JavaScript Code:",
defaultText: "2+2",
defaultTextClear: true,
// Props for makeWith() are passed in reverse order, so maxLength must be after defaultText
minLength: 0,
maxLength: 256,
defaultText: "2+2",
defaultTextClear: true,
}),
loading: loading.make(),
};