@orfium/ictinus 4.49.1 → 4.51.0

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.
@@ -233,7 +233,8 @@ var Select = /*#__PURE__*/_react["default"].forwardRef(function (_ref, ref) {
233
233
  }, restInputProps, {
234
234
  status: status,
235
235
  value: searchValue || inputValue.label,
236
- ref: combinedRefs
236
+ ref: combinedRefs,
237
+ autoComplete: "off"
237
238
  })), open && (0, _react2.jsx)(_SelectMenu["default"], {
238
239
  filteredOptions: filteredOptions,
239
240
  handleOptionClick: handleOptionClick,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@orfium/ictinus",
3
- "version": "4.49.1",
3
+ "version": "4.51.0",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "license": "MIT",