I am using \yii\jui\AutoComplete
It automatically loads the JuiAssets. Is there any way to prevent loading files of JuiAssets? I want to use my own version of files. In the previous version of Yii Framework, we had option to prevent loading the associated css and js files of any widget.
Is there any way to change the AssetBundle for any jui Widget, without editing its core files?