When a readonly TextBox is set also enabled: true in MVVM, the readonly is not taken into account.
When the enabled and readonly are used together in MVVM TextBox, the component gets enabled but is not readonly.
The MVVM TextBox should be read only, even if the enabled is set to true.