new EmailInput( [p_text])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
p_text |
string |
<optional> |
null | Texto do input. |
Example
import {EmailInput} from "mvcomponents/input"; let emailInput:EmailInput = new EmailInput() .setLabel("Login:") .setPlaceholder("email@exemplo.com"); this.append(emailInput);
Extends
- TextInput