numitec

Results 5 comments of numitec

In order to use it, albeit in a untidy and lazy way, I've changed `TableRenderer`: ``` private function renderAddButton() { $pathOptions = [ 'd' => 'M16 8A8 8 0 1...

The code view: ``` ``` is rendered like this: ``` Active ```

No: nothing at all. I've only issued: /usr/local/bin/composer create-project --prefer-dist yiisoft/yii2-app-advanced testapp, and it came to pass that BS5 was installed. BTW: I've tested: `yii\bootstrap5\Progress::widget( ['percent' => 50, 'label' =>...

@WinterSilence I resolved using SwitchInput from kartik library: ``` use kartik\switchinput\SwitchInput; ... ```

@WinterSilence, I didn't quite follow you. Could you elaborate it?