@elementor/editor-controls 4.0.0-505 → 4.0.0-508
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/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +15 -15
- package/src/components/autocomplete.tsx +1 -5
package/dist/index.mjs
CHANGED
|
@@ -3276,7 +3276,7 @@ var TextInput = ({
|
|
|
3276
3276
|
},
|
|
3277
3277
|
InputProps: {
|
|
3278
3278
|
...params.InputProps,
|
|
3279
|
-
startAdornment: startAdornment
|
|
3279
|
+
startAdornment: startAdornment || params.InputProps.startAdornment,
|
|
3280
3280
|
endAdornment: /* @__PURE__ */ React61.createElement(ClearButton, { params, allowClear, handleChange })
|
|
3281
3281
|
}
|
|
3282
3282
|
}
|