IgniteUI / igniteui-blazor

Ignite UI for Blazor component library packs 35+ native Blazor UI Controls with 60+ high-performance Charts designed for any Blazor WASM or Server-side app scenario.
https://www.infragistics.com/products/ignite-ui-blazor
3 stars 3 forks source link

IgbDatePicker placed inside the IgbDialog overlapped the label with the date. #129

Open igDivya opened 1 month ago

igDivya commented 1 month ago

Which component(s) are affected?

Date picker, Dialog

Description

I set the Label property of the IgbDatePicker overlapped with the date ,when IgbDatePicker is placed inside the IgbDialog .

Reproduction

1.Run the sample

  1. Click button 'Open Dialog'

Issue : label 'Date' is overlapped like this: image DateControl (2).zip

Workaround

I dont have workaround.

Is this a regression?

No or unsure. This never worker, or I haven't tried before.

Affected versions

Using igniteUI.Blazor 23.2.257

Browser/OS/Node environment

Using igniteUI.Blazor 23.2.257

igDivya commented 1 month ago

<IgbDialog KeepOpenOnEscape="true" @ref="_subpoenaEditDialog" Title="Edit Subpoena" HideDefaultAction="true">

Close Dialog

rkaraivanov commented 2 weeks ago

@igDivya

Starting with version 4.10, a new date-picker component has been introduced in the web components library. The upcoming Blazor package release will implement this new date-picker as the standard option and relegate the previous version to a new tag namespace.

This issue will be transferred to the Blazor repository, where the maintainers will determine whether they will offer fixes and support for the deprecated component.