@bytebrand/fe-ui-core 4.2.19 → 4.2.20

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bytebrand/fe-ui-core",
3
- "version": "4.2.19",
3
+ "version": "4.2.20",
4
4
  "description": "UI components for the auto.de project",
5
5
  "main": "index.ts",
6
6
  "module": "dist/common.js",
@@ -206,7 +206,7 @@ const MaterialAutocomplete: React.FC<IMaterialAutocompleteProps> = ({
206
206
  {...params}
207
207
  type={type}
208
208
  className={selectClassName}
209
- error={error}
209
+ error={!!error}
210
210
  disabled={disabled}
211
211
  required={required}
212
212
  size={size}