A
A
akula222017-02-28 17:58:13
iPhone
akula22, 2017-02-28 17:58:13

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
dac7f6f971980b8047407214620ec5d8.jpg
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

1 answer(s)
A
Alexey Sklyarov, 2017-03-01
@0example

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 question

Ask a Question

731 491 924 answers to any question