-
-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Description
This is my view code:
echo '<label class="control-label">One</label>';
echo FileInput::widget([
'model' => new UploadForm(),
'attribute' => 'file',
]);
echo '<label class="control-label">Two</label>';
echo FileInput::widget([
'model' => new UploadForm(),
'attribute' => 'file',
]);
I see this on the page. Second input is spinning infinitely.
As I understand problem is in same attribute for both widgets.
Metadata
Metadata
Assignees
Labels
No labels