vuematerial / vue-material

Vue.js Framework - ready-to-use Vue components with Material Design, free forever.
https://www.creative-tim.com/vuematerial
MIT License
9.88k stars 1.16k forks source link

Add custom cancel label prop for MdDatepickerDialog.vue #2252

Closed johnkristijan closed 3 years ago

johnkristijan commented 3 years ago

Hi, I am using Vue Material for a project where I need to support several languages. It would be nice if I could decide the label/text for the Cancel button myself.

Therefore I would like to suggest to add a customLabel property for the MdDatepickerDialog.vue component where the default can be 'Cancel', see @line 82.

image

I am sure this is an easy fix and would help others in the same situation 👍

Dan-Correia commented 3 years ago

Hi @johnkristijan,

There's no need to pass it in as a prop on the component, since this is a setting that can be configured as you can see on the documentation here.

johnkristijan commented 3 years ago

Ah, yes, it was fixed in #2278, 2 months ago. Thanks.