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',
|
'BatchActionsForm',
|
||||||
new FieldList(
|
new FieldList(
|
||||||
new HiddenField('csvIDs'),
|
new HiddenField('csvIDs'),
|
||||||
new DropdownField(
|
Object::create('DropdownField',
|
||||||
'Action',
|
'Action',
|
||||||
false,
|
false,
|
||||||
$actionsMap
|
$actionsMap
|
||||||
)
|
)->setAttribute('autocomplete', 'off')
|
||||||
),
|
),
|
||||||
new FieldList(
|
new FieldList(
|
||||||
// TODO i18n
|
// TODO i18n
|
||||||
|
Loading…
x
Reference in New Issue
Block a user