ranjith-dev #290
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user