aliqasemzadeh / livewire-bootstrap-modal

Dynamic Laravel Livewire Bootstrap modals.
35 stars 12 forks source link

Second time bootstrap modal is not working all the inputs are not focusing #3

Closed ashokgadri closed 1 year ago

ashokgadri commented 1 year ago

I have tried to implement the bootstrap modal. When first time it opens it works fine. If I will open again then it is not allowing me to input anything in the textboxes.

Modal Code

Modal Button

<button class="border border-secondary btn btn-icon btn-light-primary" type="button" onclick="Livewire.emit('showModal', 'bank-account.modal.create')"> <i class="la la-plus fs-3"></i> </button>

Button Code

ashokgadri commented 1 year ago

This issue is resolved.. Looks like the issue with the bootstrap version. The modal is not working properly on bootstrap 5.2.1 while working on 5.2.0.