TagsInput::make('ip_whitelist') ->placeholder('Enter ip address') ->helperText('Enter ip address to allow access, press enter to add a new ip') ->ip(),
TagsInput::make('ip_whitelist') ->placeholder('Enter ip address') ->helperText('Enter ip address to allow access, press enter to add a new ip') ->ip(),
I always get
The ip whitelist field must be a valid IP address.
The ip whitelist field must be a valid IP address.