I am currently using v-text-field for date inputs by using the following code
<v-text-field label="Date" type="date"></v-text-field>
and this will result to a text box with a calendar UI (which then can be used to change the date of the textbox)
my problem is I don't want to display the calendar icon and make the text field itself clickable/editable. how can I achieve this?