Topic: Multi-select Edge doesn't post selected values
mjenny free asked 4 years ago
Expected behavior: On post, send all selected values of a multiple select.
Actual behavior: When using Edge browser, on post, no values are sent. Works as expected in Chrome and Firefox Mozilla.
Resources (screenshots, code snippets etc.) I tried with a basic example, having a ddl with multiple, but I'm not receiving the selected values on Edge only.
<div class="row">
<div class="col-md-12">
<select class="mdb-select colorful-select dropdown-primary md-form"
name="SelectedAttributeEntryIds"
multiple searchable="Search here..">
<option value="" disabled selected>Choose your country</option>
<option value="1">USA</option>
<option value="2">Germany</option>
<option value="3">France</option>
<option value="4">Poland</option>
<option value="5">Japan</option>
</select>
<label class="mdb-main-label">Countries</label>
</div>
</div>
Mateusz Łubianka staff answered 4 years ago
Hi,
I created a snippet with select. In this example you can get the values from the select and display them. I opened this snippet on Edge and it works. Link to snippet: https://mdbootstrap.com/snippets/jquery/mateusz-lubianka/1789334?action=forum_snippet Try to use it on Edge.
Best,
fgwebdev free answered 4 years ago
Having the same issue with Edge using jQuery MDBPro version 4.12.0.
Grzegorz Bujański staff commented 4 years ago
Hi.
Thank you for reporting this issue. I'm adding it to our to-do list and we'll fix it.
Best, Grzegorz
mjenny free commented 4 years ago
Hi,
Thanks for the quick reply.
I would also like to be informed when this is fixed. When can we expect this issue to be fixed?
Best Regards, Marco
Grzegorz Bujański staff commented 4 years ago
Hard to say. Whenever we fix something, we'll inform about this in the changelog
mjenny free commented 4 years ago
Hello,
We really need this to be working on Edge, it's a critical bug and our customers can't use our software anymore.
Is there a workaround we can use?
Best regards, Marco
Mateusz Łubianka staff commented 4 years ago
Hi,
I will move the task for this problem to our next one sprint, so we will try to solve it as soon as possible.
Best,
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Answered
- ForumUser: Free
- Premium support: No
- Technology: Other
- MDB Version: -
- Device: Surface book 2
- Browser: Microsoft Edge 44.18362.449.0
- OS: Windows 10
- Provided sample code: No
- Provided link: No