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
As far as I understand, the new lazyLoad prop on the Dropdown (feat #1918 ) should only add the elements to the DOM when the Dropdown is actually opened.
This is not the case
Bug Report
As far as I understand, the new lazyLoad prop on the Dropdown (feat #1918 ) should only add the elements to the DOM when the Dropdown is actually opened.
This is not the case
Steps
Expected Result
The dropdown children should be created in the DOM only when the dropdown is opened
Actual Result
The dropdown children are present in the DOM even when the dropdown is closed
Version
0.81.3 (doc site)
The text was updated successfully, but these errors were encountered: