How prevent a dropdown from opening when the modal window appears?

prevent a dropdown from opening automatically when a modal window appears.

Overview

The dropdown opens due to a Bootstrap focus conflict when the modal loads.
Add an autofocus attribute to a different element, such as a text field, to redirect the initial focus away from the dropdown.

Answered
By ByBus 05 Dec, 2017
The dropdown opens automatically when the modal window appears.
[attachment=110120_20171205164758_jpg.jpg][/attachment]
By ByBus 11 Dec, 2017
I think this is becouse of bootstrap. But how to fix it?
By ByBus 17 Dec, 2017
Answer
Solved by adding autofocus extra atribute to another element (textfield).
This topic is locked and no more replies can be posted.