Just wondering if there is a way to have the datetimepicker for Vue, the native datetimepicker, to be blank by default instead of the input mask looking text?
Kind regards,
David
1 Answer, 1 is accepted
0
Petar
Telerik team
answered on 24 Aug 2021, 12:49 PM
Hello David,
Here is a StackBlitz example demonstrating how the targeted functionality can be implemented. The linked example uses the dateInput property of the component. Using it, we can create our custom component by which the placeholder of the DateTimePicker can be controlled.
I hope the linked example demonstrates what you need in your application. Let me know if you have questions about the provided solution.