chosen
chosen copied to clipboard
Strange Chosen-Select Behavior
Good Morning I am encountering a problem with chosen-select where in a div I hit it via a key where @ is if I call it a textarea and run the command:
$ ("# object"). trigger ('chosen: open'); $ ('. chosen-drop'). css ('left', 0);
It works normally, but the div @ that should be in div is automatically passed to the search input does anyone know why this behavior?
Sorry, I'm not sure I'm entirely following your issue. Could you please link to a publicly accessible page (or a Fiddle) that shows the issue so we can attempt to reproduce?
Additionally, can you share what browser, browser version, OS, and OS version you're using? And what version of Chosen? If not the latest version, does it still happen on the latest version?
Temporarily closing until more info is provided, but then we'll reopen.
Attached is a simple txt of my problem. I am using Google Chrome in its latest version, the operating system is LInux Deepin 64 bit, but also tested on Windows 10 Pro and the same occurred.
Chonsen version is 1.8.7, I did a test on version 1.8.8 and the same thing happened. chosen.txt
Only reinforcing if I call a textarea @ is not sent to the chosen-select input, but when I put using an editable div the problem occurs