mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
DEBUG see what the field thinks will show
This commit is contained in:
parent
b5203fdc50
commit
0fed76ecf1
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user