corejavascript / corejavascript/typeahead.js

Firefox is broken, Chrome and Edge works fine.

Open
#257 2 comments 7 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
JavaScript
Stars
968
Forks
231
PR merge metrics
No merged PRs in 30d

Description

Edge:
![image](https://github.com/corejavascript/typeahead.js/assets/52143624/4ebeb5b2-1ee7-4990-98de-22e6601f7db1)

Firefox:
![image](https://github.com/corejavascript/typeahead.js/assets/52143624/859e170f-7ce6-411f-b8ec-3c5bd598143b)

`min-width` workaround just for firefox.
```css
.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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.