mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
AAE-42156 Update text and multiline fields to show custom regex validation message. (#11670)
* AAE-42156 Custom RegExp Validation message. * code review update - variable rename
This commit is contained in:
@@ -42,6 +42,7 @@ export interface FormFieldRepresentation {
|
||||
placeholder?: string;
|
||||
readOnly?: boolean;
|
||||
regexPattern?: string;
|
||||
customValidationMessage?: string;
|
||||
required?: boolean;
|
||||
restIdProperty?: string;
|
||||
restLabelProperty?: string;
|
||||
|
||||
Reference in New Issue
Block a user