LaravelRUS / SleepingOwlAdmin

🦉 Administrative interface builder for Laravel (Laravel admin)
http://sleepingowladmin.ru/
MIT License
805 stars 217 forks source link

Problem with AdminFormElement::select #737

Closed pakhomovps closed 7 years ago

pakhomovps commented 7 years ago

en

Version in Composer.json

Steps to reproduce

  1. use setHtmlAttributes()

What is expected?

  1. new attributes are added to the element

What is actually happening?

  1. no new attributes

    ru

    Версия в композере

Что надо сделать что бы увидеть ошибку?

  1. Использовать setHtmlAttributes() к селекту

Что должно сработать?

  1. должны появиться атрибуты при рендеринге

Что сработало?

  1. ни чего не появилось
pakhomovps commented 7 years ago

Step 1 vendor\laravelrus\sleepingowl\resources\views\default\form\element\select.blade.php line 35 <input type="hidden" {!! $attributes !!} Step 2 vendor\laravelrus\sleepingowl\src\Form\Element\Select.php line 233 return ['attributes' => $this->htmlAttributesToString()] + parent::toArray() + [

daaner commented 7 years ago

Почему бы не пулреквестнуть?