Skip to content
Advertisement

How can I remove this icon from text field? (Vuetifyjs, CSS)

I have this vuetifyjs text field and I want to remove the clock icon.
<v-text-field
v-model="model.end_time"
type="time">
</v-text-field>

enter image description here

I have already tried this code but it is not working

JavaScript

Can someone help me with this

Advertisement

Answer

You need append css code globally. If you add css in <style scoped> it will be not working.

JavaScript
JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement