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 07d9829 commit 6e176c4Copy full SHA for 6e176c4
README.md
@@ -27,7 +27,7 @@ Once the extension is installed, simply add widget to your page as follows:
27
28
1) Usage with ActiveForm and model
29
```php
30
-echo $form->field($model, "option")->widget(IonSlider::className(), [
+echo $form->field($model, "attribute")->widget(IonSlider::className(), [
31
'pluginOptions' => [
32
'min' => 0,
33
'max' => 1,
0 commit comments