diff --git a/Widget.php b/Widget.php index d0898ec..fa59603 100644 --- a/Widget.php +++ b/Widget.php @@ -264,6 +264,7 @@ public function run() return $this->render( $this->template, [ + 'values' => $this->model->{$this->attributeName}, 'selector' => $this->options['id'], 'paramName' => $this->paramName ]