page.ai drives Kendo and Syncfusion widget UIs more reliably

Element discovery now includes Kendo and Syncfusion EJ2 controls, native date/time inputs set values atomically, and an opt-in Tab commit flushes masked and numeric widget fields before save.

page.ai interactions on widget-library UIs got three accuracy fixes. Kendo (.k-*) and Syncfusion EJ2 (.e-*) controls are now included in element discovery and the runtime tracker, so grid action icons, filter funnels, and checkbox wrappers are offered as interactable instead of being skipped because listeners live on a container.

Native date, datetime-local, time, month, and week inputs no longer get keystroke garbage: common human formats are normalized and the value is set atomically. An opt-in Tab commit on inputText presses Tab after typing so masked, numeric, and date/time widget fields flush to the underlying form value on blur, which was a source of false-green saves.

  • Discovers Kendo and Syncfusion EJ2 controls as interactable
  • Sets native date/time inputs atomically after normalizing common formats
  • Optional Tab commit flushes widget fields that only save on blur