Encore\Admin\Form\Field\Currency::render PHP Method

render() public method

public render ( )
    public function render()
    {
        $this->script = <<<EOT

\$('#{$this->id}').inputmask("currency", {radixPoint: '.', prefix:''})

EOT;
        return parent::render()->with(['symbol' => $this->symbol]);
    }