ranjith-dev #290

Merged
jothi merged 2 commits from ranjith-dev into master 2026-02-03 05:51:13 +00:00
Showing only changes of commit 538f0961b4 - Show all commits

View File

@@ -102,10 +102,12 @@ class CharacteristicApproverMasterResource extends Resource
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);
}), }),
Forms\Components\TextInput::make('mail1') Forms\Components\TextInput::make('mail1')
->label('E-Mail') ->label('Mail ID')
->columnSpan(['default' => 1, 'sm' => 2]) ->columnSpan(['default' => 1, 'sm' => 2])
->reactive() ->reactive()
->required() ->required()
->suffixIcon('heroicon-m-envelope')
->suffixIconColor('primary')
->email() ->email()
->afterStateUpdated(function ($state, callable $set) { ->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);
@@ -138,9 +140,11 @@ class CharacteristicApproverMasterResource extends Resource
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);
}), }),
Forms\Components\TextInput::make('mail2') Forms\Components\TextInput::make('mail2')
->label('E-Mail') ->label('Mail ID')
->columnSpan(['default' => 1, 'sm' => 2]) ->columnSpan(['default' => 1, 'sm' => 2])
->reactive() ->reactive()
->suffixIcon('heroicon-m-envelope')
->suffixIconColor('primary')
->email() ->email()
->afterStateUpdated(function ($state, callable $set) { ->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);
@@ -169,9 +173,11 @@ class CharacteristicApproverMasterResource extends Resource
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);
}), }),
Forms\Components\TextInput::make('mail3') Forms\Components\TextInput::make('mail3')
->label('E-Mail') ->label('Mail ID')
->columnSpan(['default' => 1, 'sm' => 2]) ->columnSpan(['default' => 1, 'sm' => 2])
->reactive() ->reactive()
->suffixIcon('heroicon-m-envelope')
->suffixIconColor('primary')
->email() ->email()
->afterStateUpdated(function ($state, callable $set) { ->afterStateUpdated(function ($state, callable $set) {
$set('updated_by', Filament::auth()->user()?->name); $set('updated_by', Filament::auth()->user()?->name);