textarea 无法clean #673
Replies: 1 comment
-
pywebio的input模块里面的输入组件是不属于output的,因此无法被scope管理。也就是说,在pywebio中调用pywebio.input里面的函数来获取输入时,除非用户主动取消,否则是没有办法清除的。 如果想使用可清除的输入组件,需要使用 pywebio.pin 模块。 |
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.
-
遇到问题,在写多个Tab切换时,如果一个页面包含textarea, 并且还没有提交,在切换时,无法清除textarea区域, 我理解是不是阻塞了,这个textarea区域,但是,如果是不同的Tab切换,无法清除scope也很奇怪,如果能够实现这个Tab切换呢
Beta Was this translation helpful? Give feedback.
All reactions