kendo-ui-core icon indicating copy to clipboard operation
kendo-ui-core copied to clipboard

MVVM Textbox doesn't bind the value correctly to the viewModel on iOS devices

Open martintabakov opened this issue 4 months ago • 0 comments

Bug report

MVVM Textbox doesn't bind the value correctly to the viewModel on iOS devices in Safari

Regression introduced with 2021.3.1207

Reproduction of the problem

  1. Open this Dojo example on iOS device in Safari - https://dojo.telerik.com/NpVbVrsn
  2. Type some text in the input
  3. Click the button

Current behavior

The value is undefined

Expected/desired behavior

The value should match the input text

Environment

  • Kendo UI version: 2025.2.520
  • OS: iOS
  • Browser: Safari

martintabakov avatar Jun 10 '25 11:06 martintabakov