[PR #497] Added modals with forms #968

Open
opened 2026-03-04 01:08:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rivo/tview/pull/497
Author: @ezeoleaf
Created: 9/7/2020
Status: 🔄 Open

Base: masterHead: master


📝 Commits (6)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/rivo/tview/pull/497 **Author:** [@ezeoleaf](https://github.com/ezeoleaf) **Created:** 9/7/2020 **Status:** 🔄 Open **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`0090c42`](https://github.com/rivo/tview/commit/0090c42e3f1ddb0e15338eeedcb4cf33739cfea4) Added new project to README - [`6cff970`](https://github.com/rivo/tview/commit/6cff9702133fac8c9c22603a1d1afde79fa715e3) WIP Form in modal - [`6701b30`](https://github.com/rivo/tview/commit/6701b30f91a1b35e9641d488fa5da5b0f8083f14) Recalc heigh for search modal - [`3994a60`](https://github.com/rivo/tview/commit/3994a6007e6158b81e3c5f8f663033a9f3129543) Added inputs to modal - [`7b43c92`](https://github.com/rivo/tview/commit/7b43c92563f1927a1a5710acd087870615d1319e) Update modal.go - [`da88caf`](https://github.com/rivo/tview/commit/da88cafbf93fb3ed10c78ac6d3df22d7982790ed) Merge branch 'master' into master ### 📊 Changes **6 files changed** (+41 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description Added new possibility of having a form in a modal, by just adding input fields to current modal --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/tview#968
No description provided.