Skip to content

Commit 80a5651

Browse files
authored
Accessibility form field attribute autocomplete (#510)
1 parent 846e303 commit 80a5651

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

UPGRADE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Upgrade Notes
22

3+
## 5.3.0
4+
- **[IMPROVEMENT]** New field added to `form_builder_form_attributes`: `autocomplete`
5+
36
## 5.2.0
47
- **[LICENSE]** Dual-License with GPL and Dachcom Commercial License (DCL) added
58
- **[NEW FEATURE]** Bootstrap 5 Layout Support [@mackrais](https://github.com/dachcom-digital/pimcore-formbuilder/pull/500)
@@ -67,6 +70,8 @@
6770
## 5.0.1
6871
- Fix Mail Layout Editor Availability State [#420](https://github.com/dachcom-digital/pimcore-formbuilder/issues/420)
6972

73+
***
74+
7075
## Migrating from Version 4.x to Version 5.0
7176
- Execute: `bin/console doctrine:migrations:migrate --prefix 'FormBuilderBundle\Migrations'`
7277

config/pimcore/config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ parameters:
3535
- ['onmouseover','onmouseover']
3636
- ['onmouseup','onmouseup']
3737
- ['onselect','onselect']
38+
- ['autocomplete','autocomplete']
3839
form_builder_field_attributes: '%form_builder_form_attributes%'
3940

4041
flysystem:

0 commit comments

Comments
 (0)