Topic: 2 issues with Multiselect: IE 11 compability and multiselect with awesome font icon

Juric free asked 5 years ago


Dear support,

I have 2 issues with multiselect component:

1. Running under IE I see the error in console.log: SCRIPT445: Das Objekt unterstützt diese Aktion nicht.
mdb.min.js (1,264496). The select is working but the it would be nice to have no errors.

2. I would like to use multiselect with icons component, but instead of using *.jpg or other images I would like to use icons from awesome font. So I tried like this:

<div style="margin-left: 10px;">
<select class="mdb-select md-form colorful-select dropdown-primary">
<option value="1">HTML<i class="fab fa-erlang"></i></option>
<option value="2">Excel<i class="far fa-file-excel"></i></option>
<option value="3">PDF<i class="fas fa-file-pdf"></i></option>
</select>
<button class="btn-save btn btn-primary btn-sm">Save</button>
</div>

 

but I see no icons at all. Is there a way to get it working?

Thanks and best regards

Roman


Juric free answered 5 years ago


hi, ok, thank you for the answer.

 

It is pity, that we cannot use really nice icons from the font.

Best Regards


Sebastian Kaczmarek staff answered 5 years ago


1. "Running under IE I see the error in console.log"

Unfortunately, we have dropped support for IE browser because many things do not work there and we are not able to create each component in two versions (for IE and for other browsers). So my advice is to find a workaround for this and implement it in your project.

2. I would like to use multiselect with icons component, but instead of using *.jpg or other images I would like to use icons from awesome font.

Currently, there is no such option. We will consider adding it in the future


FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Closed

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB jQuery
  • MDB Version: 4.5.15
  • Device: Desktop
  • Browser: IE 11
  • OS: Windows 10
  • Provided sample code: No
  • Provided link: No