Placeholder not displayed when a SfComboBox is in a SfDialog since v.25.1.35

Hi,


Since v.25.1.35 when we have in a SfDialog a SfComboBox with a Placeholder and a FloatLabelType, the placeholder doesn't appear.


It will start appearing if we resize the window though.

Please see the repro here : https://blazorplayground.syncfusion.com/hZLTDqhrgMsxIhRB

Or code :

<SfDialog Width="auto" ShowCloseIcon="true" IsModal="true" @bind-Visible="showDialog">
    <DialogEvents OnClose="() => showDialog = false" />
    <DialogTemplates>
        <Header>Placeholder</Header>
        <Content>
            <SfComboBox TValue="string" TItem ="string"
                FloatLabelType="FloatLabelType.Auto"
                Placeholder="Testing placeholder" />
        </Content>
    </DialogTemplates>
</SfDialog>

<button @onclick="() => showDialog = true">show dialog</button>

@code {
private bool showDialog;
}


Didn't test with other similar inputs like DropDown.


Regards,

Julien


2 Replies 1 reply marked as answer

KP Kokila Poovendran Syncfusion Team March 29, 2024 04:51 AM UTC

Hi Julien Barach,


We have already considered the reported issue Issue with Input components Placeholder in Dialog Component" as a bug from our end and the fix for the issue will be included with our upcoming patch release ,which is expected to be rolled out in first-April 2024Now you can track the status of the reported issue through the feedback below,


Feedback Link:   https://www.syncfusion.com/feedback/52171/issue-with-input-components-placeholder-in-dialog-component


Disclaimer
: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.



Marked as answer

KP Kokila Poovendran Syncfusion Team April 9, 2024 07:43 AM UTC

Hi Julien Barach,


We have included the fix for the issue "Issue with Input components Placeholder in Dialog Component" with our package version “25.1.38”. Therefore, we recommend upgrading to our latest version to resolve the current issue.


Release Note: https://blazor.syncfusion.com/documentation/release-notes/25.1.38?type=all#bug-fixes-3


Loader.
Up arrow icon