Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

autocomplete: item height inconsistency #9306

@devversion

Description

@devversion

It seems like the SCSS and JS of the md-autocomplete have some different values for the item height.

CSS JavaScript
48px 41px

This deviation causes the autocomplete to not show the correct amount of items, which is specified in the CSS and JS (5.5 by default)

Also this introduces some small scrollbars, when there are less items.

The 5.5 items is not an even number and should be actually 5x.
I'm assuming the 5.5 was introduced to correct the deviation.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions