Skip to content

Commit 71acfd6

Browse files
committed
remove empty placeholder option from select prompts
1 parent b855232 commit 71acfd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/prompts/src/Filament/Components/RunCommandComponent.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ protected function createFieldFromPrompt(string $promptId, string $method, array
684684
->options($options)
685685
->default($defaultSelect !== null ? $defaultSelect : null)
686686
->rules($rules)
687-
->placeholder('Bitte wählen...')
687+
->selectablePlaceholder(false)
688688
->hint($p['hint'] ?? null)
689689
->live(onBlur: false),
690690

0 commit comments

Comments
 (0)