corejavascript/typeahead.js

Firefox is broken, Chrome and Edge works fine.

Open

#257 aberto em 23 de fev. de 2024

Ver no GitHub
 (2 comments) (7 reactions) (0 assignees)JavaScript (232 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (956 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador