LabelField
LabelField allows you to create textfield that turns placeholder text into a label.
let elements = [
{
type: "labelInput"
}
];
An instance of FloatingInput
class is created:
new FloatingInput()
.set({
title: "Your name",
type: "input"
})
[IMAGE]