new MoneyInput( [p_text])
Parameters:
Name | Type | Argument | Default | Description |
---|---|---|---|---|
p_text |
string |
<optional> |
null | Altera o texto do input. |
Example
import {InputAddon} from "mvcomponents/input"; let moneyInput:MoneyInput = new MoneyInput("5,42"); this.append(moneyInput);
Extends
- TextInput