You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a bug where if a multiple select is placed within a popup, any entered text is not displayed in the input field until a few letters are typed.
I think it is something to do with the width being off with the <input class="search" autocomplete="off" tabindex="0"> input that is within the dropdown.
I also had the same issue using the normal <select> version of the dropdown.
Also removing a tag causes the popup to close.
Here is my jsfiddle that should recreate the issue.
The text was updated successfully, but these errors were encountered:
bdaunton
changed the title
Disappearing text and tags in multipule select within a popup
Disappearing text in multipule select within a popup
May 24, 2016
bdaunton
changed the title
Disappearing text in multipule select within a popup
Disappearing text in multiple select within a popup
May 24, 2016
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 30 days if no further activity occurs. Thank you for your contributions.
I've found a bug where if a multiple select is placed within a popup, any entered text is not displayed in the input field until a few letters are typed.
I think it is something to do with the width being off with the
<input class="search" autocomplete="off" tabindex="0">
input that is within the dropdown.I also had the same issue using the normal
<select>
version of the dropdown.Also removing a tag causes the popup to close.
Here is my jsfiddle that should recreate the issue.
The text was updated successfully, but these errors were encountered: