Area: UI
Sub-Area: ML Features
Issue
Column descriptions for ML Feature entity types would not expand or "unfurl" when clicked, preventing users from reading the full description text. This issue was specific to ML Feature entities and didn't affect other entity types.
Solution
The ML Feature entity profile has been fixed to properly support expandable descriptions. The issue was related to missing event handlers and state management for the ML Feature entity type's description component.
Column descriptions for ML Features now: - Expand when clicked if truncated - Collapse back to summary view - Show "Read more" / "Read less" indicators - Handle rich text formatting correctly
Additional Notes
Fixed in version v0.3.11. This fix specifically addresses ML Feature entities. Other entity types were not affected by this issue.
Related Documentation
Tags:
ui, ml-features, descriptions, expand, unfurl, bug-fix, v0.3.11