Skip to content

Commit

Permalink
Merge pull request #55 from lara-zeus/fix-default-data-type
Browse files Browse the repository at this point in the history
fix default data type for TextInput
  • Loading branch information
atmonshi authored Jun 11, 2023
2 parents fec3200 + 5f9fd8e commit 7b431b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fields/Classes/TextInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public static function getOptions(): array
'ipv6' => __('ip v6'),
'macAddress' => __('mac address'),
])
->default('text')
->default('string')
->reactive(),

\Filament\Forms\Components\TextInput::make('options.prefix')->label(__('prefix')),
Expand Down

0 comments on commit 7b431b1

Please sign in to comment.