Answer the question
In order to leave comments, you need to log in
On any iPhone, when choosing a select, the design moves to Bootstrap, why?
On any iPhone, when choosing a select, the design shrinks
on all other devices, this does not happen.
What can be a jam and how to fix it?
bootstrap is used
here is the layout
<div class="well col-sm-12">
<?php $form = ActiveForm::begin(
['id' => 'digital-calc-form'],
['enableClientValidation' => true],
['enableAjaxValidation' => true],
['validateOnChange' => true]
);
?>
<div class="row">
<div class="col-sm-6">
<?= $form->field($model, 'paper', [
'template' => '{label}<div class="input-group"><span class="input-group-addon"><i class="fa fa-file-o fa-fw" aria-hidden="true"></i></span>{input}</div>{error}'
])->dropDownList(ArrayHelper::map(
Digital::find()->orderBy(['position' => SORT_DESC])->all(),
'id',
'title'
), ['onchange' => 'getData()']) ?>
Answer the question
In order to leave comments, you need to log in
If you are confused by the fact that you have a standard iPhone select window (by the way, it is also the same on windows phone), then you can read this: ru.stackoverflow.com/questions/229360/%D0%9A%D0%B0...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question