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

IgcDatePicker - allowTextInput does not work after disabling/enabling the component #130

Open mkamiishi opened 7 months ago

mkamiishi commented 7 months ago

Description

allowTextInput property setting is ignored after setting isDisabled property to true and false.

Steps to reproduce

  1. Run the sample.
  2. Click "Enable dropdown" button.
  3. Select and highlight the text inside the editor.
  4. Type some numbers.

Result

The editor is editable.

Expected result

The editor does not allow input from keyboard as allowTextInput property is set to false.

Attachments

date-picker.zip

rkaraivanov commented 1 month ago

@mkamiishi

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.