mirror of
https://github.com/NovaGM/Modules.git
synced 2024-08-14 22:47:01 +00:00
Updated settings experiment: text input
This commit is contained in:
parent
09c90df792
commit
d22e8ba1d8
1 changed files with 8 additions and 0 deletions
|
@ -109,6 +109,14 @@ export default {
|
||||||
},
|
},
|
||||||
initialValue: () => "#000000"
|
initialValue: () => "#000000"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "text-input",
|
||||||
|
text: "Text input",
|
||||||
|
initialValue: () => "Initial value",
|
||||||
|
oninput: value => {
|
||||||
|
showToast(`Text input: ${value}`);
|
||||||
|
},
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "custom",
|
type: "custom",
|
||||||
element: (() => {
|
element: (() => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue