DEBUG see what the field thinks will show

This commit is contained in:
Andrew Paxley 2024-10-10 16:32:05 +13:00
parent b5203fdc50
commit 0fed76ecf1

View File

@ -598,7 +598,7 @@ trait SearchableDropdownTrait
$field->setReadonly(true);
// Remove the text "Type to search..." on a read-only field
$field->setPlaceholder('');
// $field->setPlaceholder('');
return $field;
}