Input text with auto money number format
$this->form[] = ['label'=>'Price','name'=>'price','type'=>'money'];
$this->form[] = ['label'=>'Price','name'=>'price','type'=>'money', 'priceformat_parameters' => ['prefix' => 'Rp. ', 'thousandsSeparator' => '.', 'centsSeparator' => ',', 'centsLimit' => 2 ]];
// Rp. 1.000,00
Add priceformat_parameters
attribute value with JQuery Price Format parameters