Class: FormInput

FormInput(label, type, placeholder)

Form input element.

Constructor

new FormInput(label, type, placeholder)

Parameters:
Name Type Description
label string as HTML code
type string one of supported HTML input type
placeholder string
Source:

Classes

FormInput