nova-phone-number icon indicating copy to clipboard operation
nova-phone-number copied to clipboard

Bad mask to Spanish "ES" phone numbers

Open xpalacinengelsolar opened this issue 1 year ago • 0 comments

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

xpalacinengelsolar avatar Feb 14 '24 07:02 xpalacinengelsolar