mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
MINOR Disabled browser autocomplete for batch action select
This commit is contained in:
parent
137839ae4e
commit
27d23633ea
@ -1099,11 +1099,11 @@ class LeftAndMain extends Controller implements PermissionProvider {
|
||||
'BatchActionsForm',
|
||||
new FieldList(
|
||||
new HiddenField('csvIDs'),
|
||||
new DropdownField(
|
||||
Object::create('DropdownField',
|
||||
'Action',
|
||||
false,
|
||||
$actionsMap
|
||||
)
|
||||
)->setAttribute('autocomplete', 'off')
|
||||
),
|
||||
new FieldList(
|
||||
// TODO i18n
|
||||
|
Loading…
x
Reference in New Issue
Block a user