We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ae0669 commit e397919Copy full SHA for e397919
src/FilamentExtrasServiceProvider.php
@@ -45,8 +45,8 @@ public function packageRegistered(): void
45
if ($this->app->runningInConsole()) {
46
47
\Filament\Support\Facades\FilamentAsset::register([
48
- Css::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.css'),
49
- Js::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.js'),
+ Css::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.css')->loadedOnRequest(),
+ Js::make('filament-phone-input', __DIR__ . '/../dist/filament-phone/filament-phone.js')->loadedOnRequest(),
50
], 'tanthammar/filament-extras');
51
52
}
0 commit comments