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
{{ message }}
This repository has been archived by the owner on Dec 30, 2022. It is now read-only.
Do you want to request a feature or report a bug?
bug
Bug: What is the current behavior?
The values get truncated by
transformValue
before thetransformItems
is applied, that means that the truncation will change the sortsee connectHierarchicalMenu.js#L188-L193
Bug: What is the expected behavior?
transformItems
to be applied beforetransformValue
, or theshowMore
truncation to happen aftertransformItems
cc @JStonevalley
The text was updated successfully, but these errors were encountered: