select
hello everyone, i just want to ask how could we remove the
select an option
text in the select and just display the options immediately6 Replies
You'd need a default option
oh okay2 thanks
the select option text still exist in the options
->disablePlaceholderSelection()
thanks so much i didnt read that in the docs
->disablePlaceholderSelection()
is now deprecated you can use: ->selectablePlaceholder(false)