Prepare first release. #26
Annotations
1 warning
mutation / PHP 8.1-ubuntu-latest:
src/RegisterClientScript.php#L47
Escaped Mutant for Mutator "MethodCallRemoval":
--- Original
+++ New
@@ @@
}
$options = Json::encode($this->clientOptions);
$view = $this->getView();
- SelectizeAsset::register($view);
+
$view->registerJs(<<<JS
jQuery('#{$id}').selectize({$options});
JS
|