Completed
Last Updated: 05 Mar 2024 09:41 by ADMIN
Release 2024 Q2
Bogdan
Created on: 12 Oct 2023 07:10
Category: MVVM
Type: Bug Report
5
Setting enabled to TextBox in MVVM scenario disable the readonly mode

Bug report

When a readonly TextBox is set also enabled: true in MVVM, the readonly is not taken into account.

Reproduction of the problem

  1. Open the Dojo - https://dojo.telerik.com/@NeliKondova/ireTUWOD/2 and try to enter text in both TextBoxes

Current behavior

When the enabled and readonly are used together in MVVM TextBox, the component gets enabled but is not readonly.

Expected/desired behavior

The MVVM TextBox should be read only, even if the enabled is set to true.

TicketID: 1626627

Environment

  • Kendo UI version: 2023.2.829
  • Browser: [all ]
0 comments