Commit 05d1d78
committed
docs(combobox,command): cite Slint 1.16 string-method gap behind the v1 filter
I tried adding in-component substring filtering (visible + height collapse
pattern, avoiding the `for x: if c: Element` syntax that doesn't compile in
Slint 1.16). The blocker is the Slint string surface itself: `.to-lowercase()`
works, but `.contains()` and `.starts-with()` are not present in 1.16 (only
`is-empty` / `character-count` / `to-int` / `to-float` / case methods). Without
a substring primitive there's no pure-Slint substring filter.
Update both component comments so future readers (and a possible Slint
upgrade pass) know exactly what unblocks the inline filter.1 parent 52c74db commit 05d1d78
2 files changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
77 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
80 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
81 | 82 | | |
82 | 83 | | |
83 | 84 | | |
| |||
0 commit comments