I noticed that there are three issues about validation icon.
First issue:
The icon hides behind scrollbar when a textarea has very long text.

Second issue:
<select class="form-control"> show icon.

In the docs:
Background icons for <select>s are only available with .custom-select, and not .form-control.
and @mdo commented:
Only applies to textual inputs and textareas with .form-control and selects with .custom-select
but icon is appeared. That is expected?
Third issue:
<select class="custom-select" multiple> doesn't show icon.

All demo
I noticed that there are three issues about validation icon.
First issue:
The icon hides behind scrollbar when a textarea has very long text.
Second issue:
<select class="form-control">show icon.In the docs:
and @mdo commented:
but icon is appeared. That is expected?
Third issue:
<select class="custom-select" multiple>doesn't show icon.All demo