Closed dionfananie closed 6 years ago
Title changes header after opening a dropdown. But is there an option to change "Select an option" text or apply custom translations? Could you reopen?
Title changes header after opening a dropdown. But is there an option to change "Select an option" text or apply custom translations? Could you reopen?
mounted() {
this.$refs.sm.i18n.advance_default = "Please select an option...";
this.$refs.sm.i18n.not_found = "Not Found.";
}
Title changes header after opening a dropdown. But is there an option to change "Select an option" text or apply custom translations? Could you reopen?
mounted() { this.$refs.sm.i18n.advance_default = "Please select an option..."; this.$refs.sm.i18n.not_found = "Not Found."; }
Good job!
could i change your header v-selectmenu "select an option" ?, i wanna make some customization in header. please can you make it customizeable?