Skip to content

Commit 02f6cec

Browse files
file extensions masking removed
1 parent 5795dc0 commit 02f6cec

File tree

1 file changed

+0
-3
lines changed
  • bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form

1 file changed

+0
-3
lines changed

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/models/v1/form/FileInputImpl.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,6 @@ public class FileInputImpl extends AbstractFieldImpl implements FileInput {
5757
@ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_FILE_ACCEPT)
5858
protected String[] accept;
5959

60-
@ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_FILE_ACCEPT_EXTENSIONS)
61-
protected String[] acceptExtensions;
62-
6360
@ValueMapValue(injectionStrategy = InjectionStrategy.OPTIONAL, name = ReservedProperties.PN_BUTTON_TEXT)
6461
@Default(values = FileInput.DEFAULT_BUTTON_TEXT)
6562
protected String buttonText;

0 commit comments

Comments
 (0)