设置里输入数字误触发限制 #504
Closed
YangInWinter
started this conversation in
Bug报告
Replies: 1 comment
-
已解决 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
设备
系统 : Windows 11 24H2 26100.4946 家庭中文版
软件版本 : 1.8.1
问题
在设置里,输入数字会被限制最低值/最高值。


然而,一般人都会把输入框清空再输入。这就造成了一个问题:无法清空输入框,难以自定义数值。
举个例子:“自动化->自动备份间隔”的数值,默认是600,当我全选后想输入300时,它会变成60.
自动备份间隔默认数值
清空输入框的状态
建议
可以在输入完成后再进行判断。比如我输入了0,当光标失去焦点时(就是鼠标按到别的地方,或按下enter),再判断0是否小于最小值。
Beta Was this translation helpful? Give feedback.
All reactions