Amir Khan
How to make Select Searchable or if not found then create
i have a select search field which i want to make it create if record is not found like this
Select::make('block_code')
->label('Block Code')
->searchable()
https://select2.org/tagging
https://stackoverflow.com/questions/43797660/adding-new-option-if-search-are-not-exist-in-bootstrap-select
4 replies
Hidden Error on staging domain
The app debug is true no logs or sentry
{"message":"Service Unavailable"}
https://stage.mydomain/admin/submissions/33/edit
no error on localhost
Why is not getting shown/tracks/logs if environment is staging and debug is true on vapor ui?
is there extra configuration required?
1 replies