You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
bug
What is the current behavior?
The main empty template: autocomplete('dsadsa', {templates: empty: 'no results'})) is always displayed even when there are some results. Usually this is not an issue but if you style it like this:
.aa-empty {
height:20px;
}
Then it will break your design.
If the current behavior is a bug, please provide all the steps to reproduce and a minimal JSFiddle example or a repository on GitHub that we can npm install
and npm start.
What is the expected behavior?
The aa-empty template should always be in display: none as long as there are some results.
The text was updated successfully, but these errors were encountered:
Do you want to request a feature or report a bug?
bug
What is the current behavior?
The main empty template:
autocomplete('dsadsa', {templates: empty: 'no results'}))
is always displayed even when there are some results. Usually this is not an issue but if you style it like this:Then it will break your design.
If the current behavior is a bug, please provide all the steps to reproduce and a minimal
JSFiddle example or a repository on GitHub that we can
npm install
and
npm start
.What is the expected behavior?
The aa-empty template should always be in display: none as long as there are some results.
The text was updated successfully, but these errors were encountered: