Skip to content

[ObjectPage] Provide a way to truncate title when snap #7490

@InfiniteXyy

Description

@InfiniteXyy

Is your feature request related to a problem?

If the title of the object page is relatively long, I hope to display the full title under normal circumstances, but if scrolled down (entering snap mode), only one line and "..." are displayed.

Describe the solution you'd like

Mayby provide a new props in ObjectPageTitle

<ObjectPageTitle 
  header={<Title>{title}</Title>}
  snappedheader={<Title wrappingType='None'>{title}</Title>}
/>

or just simple as truncateHeaderWhenSnap: true

Describe alternatives you've considered

No response

Additional Context

No response

Organization

No response

Declaration

  • I’m not disclosing any internal or sensitive information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    Status

    2025-Q3

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions