Skip to content

Commit

Permalink
Change data name
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagotalma committed Apr 17, 2014
1 parent 949b1c6 commit 290b864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions widgets/InputMask.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public function run()
{
$this->registerClientScript();

$this->options['data-pluginname'] = 'inputmask';
$this->options['data-pluginoptions'] = $this->hashMask;
$this->options['data-plugin-name'] = 'inputmask';
$this->options['data-plugin-options'] = $this->hashMask;

if ($this->hasModel()) {
echo Html::activeTextInput($this->model, $this->attribute, $this->options);
Expand Down

0 comments on commit 290b864

Please sign in to comment.