new PercentInput( [p_text])
Parameters:
| Name | Type | Argument | Default | Description |
|---|---|---|---|---|
p_text |
string |
<optional> |
null | Altera o valor do campo. |
Example
import {PercentInput} from "mvcomponents/input";
let percentInput:PercentInput = new PercentInput();
this.append(percentInput);
Extends
- TextInput