mirror of
https://github.com/rivo/tview.git
synced 2026-04-27 05:45:49 +03:00
[PR #497] Added modals with forms #968
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tview#968
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?
📋 Pull Request Information
Original PR: https://github.com/rivo/tview/pull/497
Author: @ezeoleaf
Created: 9/7/2020
Status: 🔄 Open
Base:
master← Head:master📝 Commits (6)
0090c42Added new project to README6cff970WIP Form in modal6701b30Recalc heigh for search modal3994a60Added inputs to modal7b43c92Update modal.goda88cafMerge branch 'master' into master📊 Changes
6 files changed (+41 additions, -1 deletions)
View changed files
📝
README.md(+1 -0)➕
demos/searchModal/README.md(+1 -0)➕
demos/searchModal/centered.png(+0 -0)➕
demos/searchModal/main.go(+22 -0)➕
demos/searchModal/screenshot.png(+0 -0)📝
modal.go(+17 -1)📄 Description
Added new possibility of having a form in a modal, by just adding input fields to current modal
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.