mirror of
https://github.com/rivo/tview.git
synced 2026-04-26 21:35:54 +03:00
[GH-ISSUE #639] Initialize form data #468
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#468
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lu569368 on GitHub (Sep 2, 2021).
Original GitHub issue: https://github.com/rivo/tview/issues/639
As a novice in TVIEW
When I modify the data in the form without submitting it, I can directly use pages. Switchtopage ("") to jump to other pages. When I return again, how can I use my initialization data instead of the last modified data? Thank you
当我修改表单里面的数据以后没有提交,直接使用Pages.SwitchToPage("")跳转到其他的页面,我再次返回时,如何使用我的初始化数据而不是上一次修改过的数据,感谢