slint-ui / slint

Slint is a declarative GUI toolkit to build native user interfaces for Rust, C++, or JavaScript apps.

Home Page:https://slint.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

text input lose focus after each char input

tkkcc opened this issue · comments

Peek 2024-08-03 18-36

run master (531da6a) todo-mvc example, typing in text editor, after each char, text input lose focus. have to click text input refocus.

no issue with gallery and todos example

Hi, thank you for your report. I've noticed that too. I have already fixed it in this PR #5745.