GithubHelp home page GithubHelp logo

Comments (5)

unclead avatar unclead commented on July 20, 2024

@stepancher приведи пример кода

from yii2-multiple-input.

stepancher avatar stepancher commented on July 20, 2024

var_dump($order->orderProducts[0]['id_product']); //возвращает '31' уже сохраненные данные
echo $form->field($order, 'orderProducts')->widget(\unclead\widgets\MultipleInput::className(), [
'columns' => [
[
'name' => 'id_product',
'value'=>31, //не важно что мы пишем сюда, есть эти поля или нет
'defaultValue'=>31, //не важно что мы пишем сюда
'title' => 'Товар',
'type' => 'dropDownList',
'items' => [
'30'=>'Продукт 1',
'31'=>'Продукт 2',
],
]
]
]);
//В любом случае в dropDownList selected первый элемент из items..
//поковырявшись в вашем модуле понял что "выбранность" элемента должна задаваться selectedoption="31", но это не работает...

from yii2-multiple-input.

stepancher avatar stepancher commented on July 20, 2024

всмысле selectedoption проставляется, но списку на него до лампочки)

from yii2-multiple-input.

unclead avatar unclead commented on July 20, 2024

@stepancher Проблему воспроизвел, спасибо за репорт бага. Постараюсь исправит в ближайшее время.

from yii2-multiple-input.

stepancher avatar stepancher commented on July 20, 2024

@unclead не за что! Очень полезное расширение, привет из Барнаула;)

from yii2-multiple-input.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.