disappear searchable text input when resulut not found
when use searchable in table column and type any thing thats incorrect and any result not found searchable text input disappear but i want still show text input and user can remove text type and search again instead of remove search indicator to appear again
4 Replies
If you wish to receive any help, please provide code snippet and example video of the issue happening.
Seems like a bug to me. Please open an issue on GH
TextColumn::make('invoice_number')
->label(__('entity.moadian_invoice_number'))
->extraAttributes(['style' => 'min-width:150px'])
->searchable(isIndividual: true, isGlobal: false),