'99999999999', ]; public function render() { $this->inputmask($this->options); $this->prepend('') ->defaultAttribute('style', 'width: 200px'); return parent::render(); } public static function collectAssets() { Admin::collectComponentAssets('jquery.inputmask'); } }