F
Filament6mo ago
Aminne

Problem on Phone Input

->searchable(),
PhoneInput::make('phone')
->required()
->defaultCountry('my')
->initialCountry('my')
->validationMessages([
'phone:MY' => 'The phone not number'
])
->validateFor(
country: 'MY',
// type: libPhoneNumberType::MOBILE | libPhoneNumberType::FIXED_LINE,
lenient: true,
),
->searchable(),
PhoneInput::make('phone')
->required()
->defaultCountry('my')
->initialCountry('my')
->validationMessages([
'phone:MY' => 'The phone not number'
])
->validateFor(
country: 'MY',
// type: libPhoneNumberType::MOBILE | libPhoneNumberType::FIXED_LINE,
lenient: true,
),
` I got the probelm on libPhoneNumberType not found
2 Replies
Dennis Koch
Dennis Koch6mo ago
#ysfkaya-phone-input
Aminne
AminneOP6mo ago
Thank you to share
Want results from more Discord servers?
Add your server