I need to remove the default placeholder in the date input type
i have done like this
<input
id="date-picker"
ref="dateEle"
v-model="selectedDate"
type="date"
class="block w-full select-none rounded-lg border bg-transparent p-3.5 text-transparent placeholder-shown:text-transparent focus:border-onLight-300 focus:text-transparent focus:ring-onLight-300 active:text-transparent"`your text`
/>
but it is not working when i click on the clander icon it shows a small selection and there we can see that placeholder`