TextField
A simple textfield.
let elements = [
{
type: "input"
}
];
Supported types:
text
number
and more... as outlined here
new TextField().set({
type: "text",
placeholder: "Enter swimming time"
});
A simple textfield.
let elements = [
{
type: "input"
}
];
Supported types:
text
number
and more... as outlined herenew TextField().set({
type: "text",
placeholder: "Enter swimming time"
});