Answer the question
In order to leave comments, you need to log in
Html::listBox replace with buttons in yii2?
<?= \yii\helpers\Html::listBox('sx-offer', $offer->shopProduct->id, $selectData, [
'size' => 1,
'id' => 'sx-offer',
]); ?>
Trying to replace Html::listBox with buttons like this
<?= \yii\bootstrap\ButtonGroup::widget([
'buttons' => [
['label' => 'A'],
['label' => 'B'],
['label' => 'C', 'visible' => false],
]
]);
?>
How to implement it correctly?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question