How can i remove 'Choose an option' in Laravel\Nova\Fields\Select #6647
Answered
by
nirav-arsenaltech
nirav-arsenaltech
asked this question in
Q&A
-
How can I remove the 'Choose an option' placeholder in Code:
|
Beta Was this translation helpful? Give feedback.
Answered by
nirav-arsenaltech
Mar 3, 2025
Replies: 2 comments 2 replies
-
could you please try this: Select::make('Size')->options([ |
Beta Was this translation helpful? Give feedback.
1 reply
-
@nirav-arsenaltech Did you find a way to solve this? I have the same issue. |
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
@voveson
Not yet, but I added
->searchable()
to the select field, and it works for me. It's just making the field searchable, that's all