LouisMazel / maz-ui

Vue & Nuxt library of standalone components & tools to build interfaces

Home Page:https://maz-ui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Search translation to MazPhoneNumberInput

Domenys opened this issue · comments

commented

Could you please add to props transactions the ability to add a translation for the placeholder of the search field? At the moment, it is possible to add a translation for all text, except for the search placeholder.

commented

Hi @Domenys,

It's missing in the documentation but you can already use:

<template>
  <MazPhoneNumberInput
    :translations="{
      countrySelector: {
        searchPlaceholder: 'Search placeholder',
      },
    }"
  />
</template>

I will add it in the documentation soon
Thanks