[Placeholder binding] DatePicker vs ComboBox

It appears that the DatePicker control does not allow for a binding on the Placeholder property but the ComboBox does.

Is that correct and is that by design?

Is there a way to have a binding on the Placeholder for DatePicker?

It seems like an arbitrary limitation, Iโ€™ll submit a PR to lift it. In the meantime note that you can use {resource: X} binding, which is evaluated once on the initial page load.

2 Likes