ublo-lib 1.12.25 → 1.12.26
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.
|
@@ -89,6 +89,7 @@ function Inner({
|
|
|
89
89
|
setValid
|
|
90
90
|
}) {
|
|
91
91
|
const {
|
|
92
|
+
icon,
|
|
92
93
|
type,
|
|
93
94
|
className,
|
|
94
95
|
options: fieldOptions = [],
|
|
@@ -164,6 +165,7 @@ function Inner({
|
|
|
164
165
|
const isInputValid = required && activated && valid;
|
|
165
166
|
const errorMessage = required && activated && !valid && Messages.get(lang, FIELD_TESTS_ERROR_CODES[type]);
|
|
166
167
|
return _jsx(Tag, {
|
|
168
|
+
icon: icon,
|
|
167
169
|
label: fieldLabel,
|
|
168
170
|
options: options,
|
|
169
171
|
disabled: disabled,
|