nova-phone-number
nova-phone-number copied to clipboard
Bad mask to Spanish "ES" phone numbers
Good morning,
If set ES as country this show mask (934) 581-803 and the correct thing would be (+34) 934581803. My code is:
PhoneNumber::make('Teléfono del SAC', 'sac_phone')
->country('ES')
->linkOnIndex()
->sortable()
->required(),
I have installed:
"dniccum/phone-number": "^2.2", // -> 2.2.2
"laravel/framework": "^10.0", // -> 10.13.0
"laravel/nova": "~4.0", // -> 4.24.4
Thanks