corejavascript/typeahead.js
View on GitHubFirefox is broken, Chrome and Edge works fine.
Open
#257 opened on Feb 23, 2024
bughelp wanted
Description
Edge:
Firefox:
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