corejavascript/typeahead.js

Firefox is broken, Chrome and Edge works fine.

Open

#257 建立於 2024年2月23日

在 GitHub 查看
 (2 留言) (7 反應) (0 負責人)JavaScript (956 star) (232 fork)batch import
bughelp wanted

描述

Edge: image

Firefox: image

min-width workaround just for firefox.

.search-box-menu{
    width: 100%;
    min-width: 18.75rem !important;
}

Our typeahead initialization:https://github.com/JJConsulting/JJMasterData/blob/main/src/Web/Scripts/SearchBoxListener.ts

If you want to repro, create a SearchBox in a form at https://www.github.com/jjconsulting/jjmasterdata

貢獻者指南

Firefox is broken, Chrome and Edge works fine. · corejavascript/typeahead.js#257 | Good First Issue