@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.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3449,6 +3449,7 @@ function WavelengthSearch({
|
|
|
3449
3449
|
return /* @__PURE__ */ import_react12.default.createElement(import_react12.default.Fragment, null, /* @__PURE__ */ import_react12.default.createElement(
|
|
3450
3450
|
import_material5.Autocomplete,
|
|
3451
3451
|
{
|
|
3452
|
+
filterOptions: (x) => x,
|
|
3452
3453
|
loading: true,
|
|
3453
3454
|
freeSolo: true,
|
|
3454
3455
|
onChange: (e, value) => {
|
|
@@ -3518,6 +3519,7 @@ function WavelengthSearch({
|
|
|
3518
3519
|
return /* @__PURE__ */ import_react12.default.createElement(import_react12.default.Fragment, null, /* @__PURE__ */ import_react12.default.createElement(
|
|
3519
3520
|
import_material5.Autocomplete,
|
|
3520
3521
|
{
|
|
3522
|
+
filterOptions: (x) => x,
|
|
3521
3523
|
loading: true,
|
|
3522
3524
|
freeSolo: true,
|
|
3523
3525
|
onChange: (e, value) => {
|