igniteui-webcomponents
igniteui-webcomponents copied to clipboard
IgcDatePicker - allowTextInput does not work after disabling/enabling the component
Description
allowTextInput property setting is ignored after setting isDisabled property to true and false.
Steps to reproduce
- Run the sample.
- Click "Enable dropdown" button.
- Select and highlight the text inside the editor.
- 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.