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
It look like the selected fields are missing a span class that is concatenating the titles:
HTML of association post list (before selection)
<span class="cf-association__option-title">
<span class="cf-association__option-title-inner">
Consectetur adipi sicing elit sed do eius consectetur adipi sicing elit sed do eius
</span>
</span>
HTML of association post list (after selection)
<span class="cf-association__option-title">
Consectetur adipi sicing elit sed do eius Consectetur adipi sicing elit sed do eius
</span>
If the "cf-association__option-title-inner" span class is added inside the "cf-association__option-title" span class then the selected title will concatenate also.
The text was updated successfully, but these errors were encountered:
Version
Expected Behavior
Long post titles to concatenate and add ellipses on association fields.
Actual Behavior
Once association title is selected the post title is no longer concatenated.
https://ibb.co/Wc69RtD
Container definition
Steps to Reproduce the Problem
Comments
It look like the selected fields are missing a span class that is concatenating the titles:
HTML of association post list (before selection)
HTML of association post list (after selection)
If the
"cf-association__option-title-inner"
span class is added inside the"cf-association__option-title"
span class then the selected title will concatenate also.The text was updated successfully, but these errors were encountered: