telerik / kendo-react

Issue tracker - KendoReact http://www.telerik.com/kendo-react-ui/
https://kendo-react-teal.vercel.app
Other
212 stars 39 forks source link

[Bug][DateInput] `formatPlaceholder` is not working in v9.0.0 #2729

Closed vveesseelliinnaa closed 2 days ago

vveesseelliinnaa commented 3 days ago

I'm submitting a...

Current behavior

The formatPlaceholder functionality is not working as of version 9.0.0 due to this rendering change.

Expected behavior

The DateInput should not interfere with the values that are not directly changed.

Minimal reproduction of the problem with instructions

  1. Open https://stackblitz.com/edit/react-skgvsp-ewtyb6?file=app%2Fmain.jsx
  2. Click in DateInput and observe that the placeholder is not set

Expected: Repeat the same steps in v8.5.0 of the components here - https://stackblitz.com/edit/react-skgvsp-m5nqff?file=package.json

Additional information

Reported in: 1670841