Skip to main content

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"
});