Skip to content

Commit d5657f9

Browse files
committed
Add helperText to column of selectable values trait
1 parent 0c7b74b commit d5657f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Concerns/HasSelectableValues.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@ protected function selectableValuesFormFields(string $type, string $label, strin
171171
->required(fn (Forms\Get $get): bool => $get("config.{$type}") == 'relationship'),
172172
Forms\Components\Select::make('relationValue')
173173
->label(__('Column'))
174+
->helperText(__('The column to use as name for the options'))
174175
->options(fn (Forms\Get $get) => $get('relationValue_options') ?? [])
175176
->searchable()
176177
->visible(fn (Forms\Get $get): bool => ! empty($get('resource')))

0 commit comments

Comments
 (0)