Skip to content

Commit 1c26b92

Browse files
[DSC-2038] Added parameter in submission settings
1 parent f76d393 commit 1c26b92

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/config/default-app-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,8 @@ export class DefaultAppConfig implements AppConfig {
293293
dropdownHintEnabled: {
294294
// NOTE: list of metadata fields for which the dropdown hint is enabled
295295
// eg. 'dc.access.rights': true,
296-
}
296+
},
297+
minChars: 3,
297298
};
298299

299300
// Default Language in which the UI will be rendered if the user's browser language is not an active language

0 commit comments

Comments
 (0)