We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I added this to have a list with a single value, when I click on the value and save it gives me back a number and not the name of the value I selected
$selectBuilding = Tvcc::orderBy('building')->pluck('id', 'building'); return $this->builder() Fields\Select::make('building')->options($selectBuilding),
I see the list with a single value, I select, save and it gives me a number instead of the name example I select Test, save, I see 5684
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary of problem or feature request
I added this to have a list with a single value, when I click on the value and save it gives me back a number and not the name of the value I selected
I see the list with a single value, I select, save and it gives me a number instead of the name
example I select Test, save, I see 5684
The text was updated successfully, but these errors were encountered: