Updated settings experiment: text input

This commit is contained in:
フズキ 2021-05-22 23:13:07 +02:00
parent 09c90df792
commit d22e8ba1d8
No known key found for this signature in database
GPG Key ID: E06450E46F83376C
1 changed files with 8 additions and 0 deletions

View File

@ -109,6 +109,14 @@ export default {
},
initialValue: () => "#000000"
},
{
type: "text-input",
text: "Text input",
initialValue: () => "Initial value",
oninput: value => {
showToast(`Text input: ${value}`);
},
},
{
type: "custom",
element: (() => {