@homebound/beam 2.334.0 → 2.334.1

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.
@@ -328,6 +328,8 @@ function TreeSelectFieldBase(props) {
328
328
  const leafValues = leafOptions.map(getOptionValue);
329
329
  setFieldState((prevState) => ({
330
330
  ...prevState,
331
+ inputValue: nothingSelectedText,
332
+ filteredOptions: initialOptions.flatMap((o) => levelOptions(o, 0)),
331
333
  selectedKeys: [...selectedKeys],
332
334
  selectedOptions,
333
335
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homebound/beam",
3
- "version": "2.334.0",
3
+ "version": "2.334.1",
4
4
  "author": "Homebound",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",