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 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.