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
If there are no results, there is now a unwanted whitespace returned in the div with classname 'autosuggest__results-container'. Because of this we are unable to use css with (:empty), which we use alot in our projects. We recently updated from 1.7.1-2 to 2.2.0. In that version there was no space returned in that div.
See the screenshot above, I marked the space with a red circle. You can only see the space when you edit the html of the div with the class 'demo-autosuggest-autosuggest__results' in your devtools.
vue-autosuggest
version: 2.2.0node
version: 10.15.1npm
(oryarn
) version: 6.14.1Relevant code or config
What you did:
What happened:
If there are no results, there is now a unwanted whitespace returned in the div with classname 'autosuggest__results-container'. Because of this we are unable to use css with (:empty), which we use alot in our projects. We recently updated from 1.7.1-2 to 2.2.0. In that version there was no space returned in that div.
Reproduction sandbox/repository:
In your own demo environment you can see this issue as well (https://darrenjennings.github.io/vue-autosuggest/).
Problem description:
Suggested solution:
Remove the space :)
The text was updated successfully, but these errors were encountered: