carconnect-gatherleads-ui-lib 3.5.0 → 3.5.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1082,6 +1082,8 @@ export declare interface GatherCheckboxGroupFieldConfig extends BaseFieldConfig
|
|
|
1082
1082
|
direction?: 'row' | 'column';
|
|
1083
1083
|
/** Posición de la etiqueta respecto al checkbox */
|
|
1084
1084
|
labelPosition?: 'left' | 'right';
|
|
1085
|
+
/** Custom error message when required validation fails */
|
|
1086
|
+
errorMessage?: string;
|
|
1085
1087
|
}
|
|
1086
1088
|
|
|
1087
1089
|
/**
|