How can i remove 'Choose an option' in Laravel\Nova\Fields\Select #6647
Unanswered
nirav-arsenaltech
asked this question in
Q&A
Replies: 1 comment 1 reply
-
could you please try this: Select::make('Size')->options([ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How can I remove the 'Choose an option' placeholder in
Laravel\Nova\Fields\Select
?Is there a way to display only the options without the 'Choose an option' in the select field?
Code:
Beta Was this translation helpful? Give feedback.
All reactions