@wavelengthusaf/components 1.1.3 → 1.1.4

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.mjs CHANGED
@@ -3399,6 +3399,7 @@ function WavelengthSearch({
3399
3399
  return /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement(
3400
3400
  Autocomplete2,
3401
3401
  {
3402
+ filterOptions: (x) => x,
3402
3403
  loading: true,
3403
3404
  freeSolo: true,
3404
3405
  onChange: (e, value) => {
@@ -3468,6 +3469,7 @@ function WavelengthSearch({
3468
3469
  return /* @__PURE__ */ React9.createElement(React9.Fragment, null, /* @__PURE__ */ React9.createElement(
3469
3470
  Autocomplete2,
3470
3471
  {
3472
+ filterOptions: (x) => x,
3471
3473
  loading: true,
3472
3474
  freeSolo: true,
3473
3475
  onChange: (e, value) => {