How to Hidden placeholder when view in select ?

No description
3 Replies
Tieme
Tieme13mo ago
Cab you share the code of your select?
Alnuaimi
AlnuaimiOP13mo ago
No description
LeandroFerreira
LeandroFerreira13mo ago
->placeholder(fn (string $operation): ?string => $operation !== 'view' ? 'placeholder' : null) this?

Did you find this page helpful?