Restrict Manual Entry: Enable Date Selection Only via Datepicker

How can I configure the datepicker so that it does not have an edit icon, preventing users from manually entering the date via the keyboard? The user should only be allowed to select the date from the datepicker.


3 Likes

Hello @Ritik_Dixit
We can achieve this functionality just by changing the template of the date picker element. Select template 2 instead of template 1 in the vDesigner2.0 canvas.

Output:-

4 Likes