We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f207e7a commit beef5b3Copy full SHA for beef5b3
IonSlider.php
@@ -48,6 +48,8 @@ public function run()
48
{
49
if ($this->hasModel()) {
50
echo Html::activeTextInput($this->model, $this->attribute, $this->options);
51
+ } else {
52
+ echo Html::textInput($this->name, $this->value, $this->options);
53
}
54
$this->registerAssets();
55
@@ -83,4 +85,4 @@ public function getInputId()
83
85
84
86
return $this->options['id'];
87
-}
88
+}
0 commit comments