Hi,
Select2 not work in version 8.1.5
this is my code:
<!--begin::Input group-->
<div class="form-floating col-3 mb-3 pe-4">
<select class="form-select "
data-control=select2
data-hide-search="true"
id=productAvailability
id="productAvailability"
placeholder="Select status"
name="productAvailability"
/>
<option value=null>All</option>
<option value="1">Available</option>
<option value="2">Unavailable</option>
<option value="3">Newest</option>
<option value="4">Special Offers</option>
<option value="5">Weekly Sales</option>
</select>
<label class="" for="productAvailability">Status</label>
</div>
<!--end::Input group-->
Hi,
You can remove it as well. We will fix the entry. init.js file is included in the scripts.bundle.js file.
Thanks
Could you please try to remove this file?resources/assets/core/js/layout/app.js
Then please recompile the assets npm run dev
. This file shouldn't be there. We will remove it.
Thanks
It's fixed and working good, thanks for your follow-up.
But i have one question:
You add
js/init.js
Hi Ali Sasani,
Thank you. We will check it and let you know the solution as soon as possible.
Thanks