corejavascript/typeahead.js

Firefox is broken, Chrome and Edge works fine.

Open

#257 geöffnet am 23. Feb. 2024

Auf GitHub ansehen
 (2 Kommentare) (7 Reaktionen) (0 zugewiesene Personen)JavaScript (956 Stars) (232 Forks)batch import
bughelp wanted

Beschreibung

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

Contributor Guide