fui-material 1.18.8 → 1.18.9

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.
@@ -2315,6 +2315,7 @@ const wa = ({
2315
2315
  disabled: t,
2316
2316
  readOnly: r || l,
2317
2317
  className: `form-control f-search-box-inp ${o !== void 0 ? o : ""}`,
2318
+ type: d.type ?? "text",
2318
2319
  ...d
2319
2320
  }
2320
2321
  ),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fui-material",
3
- "version": "1.18.8",
3
+ "version": "1.18.9",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org/"