Description
When using IgbGridToolbarTitle (Ignite UI for Blazor 25.2.83), placing plain text directly inside the component does not render inside the expected igc-grid-toolbar-title element.
Instead, the text appears under an igc-portal-entrance element in the DOM.
If the same text is wrapped in a , it renders inside igc-grid-toolbar-title as expected.
Steps to reproduce
- Create a page with an IgbGrid and add a toolbar.
- Add IgbGridToolbarTitle and set its content as plain text:
<IgbGridToolbar>
<IgbGridToolbarTitle>Grid toolbar title</IgbGridToolbarTitle>
</IgbGridToolbar>
Result
With plain text content, the text is not rendered inside igc-grid-toolbar-title.
The text is rendered under igc-portal-entrance instead.
With wrapper, the content is rendered inside igc-grid-toolbar-title as expected.
Expected result
Plain text content provided directly inside IgbGridToolbarTitle should render as part of the igc-grid-toolbar-title element (same behavior as when wrapping in ), and should not end up under igc-portal-entrance.
Attachments
C_00246066_BlazorServerApp1.zip
Description
When using IgbGridToolbarTitle (Ignite UI for Blazor 25.2.83), placing plain text directly inside the component does not render inside the expected
igc-grid-toolbar-title element.Instead, the text appears under an
igc-portal-entrance elementin the DOM.If the same text is wrapped in a , it renders inside
igc-grid-toolbar-titleas expected.Steps to reproduce
Result
With plain text content, the text is not rendered inside
igc-grid-toolbar-title.The text is rendered under
igc-portal-entranceinstead.With wrapper, the content is rendered inside
igc-grid-toolbar-titleas expected.Expected result
Plain text content provided directly inside IgbGridToolbarTitle should render as part of the
igc-grid-toolbar-titleelement (same behavior as when wrapping in ), and should not end up underigc-portal-entrance.Attachments
C_00246066_BlazorServerApp1.zip