Commit b7d14c0
committed
improve: autocomplete top-level keys in useFuzzyFilter while allowing dot paths
Use (Extract<keyof T, string> | (string & {}))[] so editors suggest
top-level keys like "key" and "value" while still accepting nested
dot-notation paths like "environment.type".
https://claude.ai/code/session_01HsDEMADbz1HQmZ4MDD753r1 parent e9f81e4 commit b7d14c0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
0 commit comments