GithubHelp home page GithubHelp logo

Comments (6)

unclead avatar unclead commented on July 20, 2024

Это уже реализовано. Вот пример

<?= $form->field($model, 'schedule')->widget(MultipleInput::className(), [
    'limit' => 4,
    'columns' => [
        [
            'name'  => 'user_id',
            'type'  => Chosen::className(),
            'title' => 'User',
            'options' => [
                'items' => [
                    31 => 'item 31',
                    32 => 'item 32',
                    33 => 'item 33',
                    34 => 'item 34',
                    35 => 'item 35',
                    36 => 'item 36',
                ],
                'disableSearch' => 5, // Search input will be disabled while there are fewer than 5 items
                'clientOptions' => [
                    'search_contains' => true,
                    'single_backstroke_delete' => false,
                ],
            ]
        ],

from yii2-multiple-input.

stepancher avatar stepancher commented on July 20, 2024

@unclead делаю все точно так же как вы написали, но не работает...

  1. сохраненный элемент не "выбран" в списке chosen
  2. При нажатии на "+" добавляется строка с "поломанным chosen"
  3. в консоль сыпятся ошибки js и уходят своим количеством в бесконечность..может фикс бага, сделал новый баг?)

from yii2-multiple-input.

unclead avatar unclead commented on July 20, 2024

обновитесь до последней версии. Все должно стать нормально

from yii2-multiple-input.

stepancher avatar stepancher commented on July 20, 2024

@unclead уже почти) второй и третий пункт о которых я написал пропали, но первый так и остался..сохраненный элемент не отображается "выбранным"

from yii2-multiple-input.

unclead avatar unclead commented on July 20, 2024

@stepancher хорошо, гляну.

from yii2-multiple-input.

unclead avatar unclead commented on July 20, 2024

@stepancher таки выкроил время и переписал механизм вывода строк. Теперь первый пункт должен работать корректно

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.