Fix: Garbage string when searching in menu #112719

Closed
Pratik Borhade wants to merge 3 commits from PratikPB2123:search-type-query into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

3 Commits

Author SHA1 Message Date
Pratik Borhade ff29efdf7d Pass first byte in invoke function 2023-09-24 18:18:26 +05:30
Pratik Borhade b39fa4196e Pass only first char from utf8_buf
Rest chars are intentionally filled in debug mode with 0xff
So only pass first char from buffer
2023-09-22 21:17:04 +05:30
Pratik Borhade e48aa3b67e Fix: Garbage string when searching in panels
In debug mode, garbage string is displayed when searching in panels.
This is because `utf8_buf` was copied to `initial query` property
string.
2023-09-22 17:35:25 +05:30