Created by: derSascha
Using dropdowns together with input fields as trigger works pretty well. After clicking into the input field, the drop down appears. Clicking a second time into the input field (e.g. to move the cursor) closes the dropdown menu. The second click works as expected on buttons but on input fields the feels confusing. The PR simply always calls show on input and textarea input fields and calls toggle on all other as before.