[PR #287] [MERGED] A demonstration of text input form functionality with keyboard navigation. #305

Closed
opened 2026-03-03 16:23:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mum4k/termdash/pull/287
Author: @mum4k
Created: 12/30/2020
Status: Merged
Merged: 12/30/2020
Merged by: @mum4k

Base: develHead: 243-formdemo


📝 Commits (10+)

  • 6c387a4 Adding a demo demonstrating form input.
  • b392e15 Merge branch 'devel' into 243-formdemo
  • 37f7af1 Merge branch 'devel' into 243-formdemo
  • 0af5fbc Make the first input box focused by default.
  • db2fcdc Merge branch 'devel' into 243-formdemo
  • b91eac3 Formdemo now displays default text in the input boxes.
  • fe05226 Refactor form construction.
  • d30bc47 Merge branch 'devel' into 243-formdemo
  • ba6224f Complete demo of a text input form with keyboard navigation.
  • c3be258 Self-review.

📊 Changes

4 files changed (+350 additions, -10 deletions)

View changed files

📝 CHANGELOG.md (+5 -0)
📝 README.md (+19 -10)
doc/images/formdemo.gif (+0 -0)
widgets/textinput/formdemo/formdemo.go (+326 -0)

📄 Description

Fixes #243.


🔄 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/mum4k/termdash/pull/287 **Author:** [@mum4k](https://github.com/mum4k) **Created:** 12/30/2020 **Status:** ✅ Merged **Merged:** 12/30/2020 **Merged by:** [@mum4k](https://github.com/mum4k) **Base:** `devel` ← **Head:** `243-formdemo` --- ### 📝 Commits (10+) - [`6c387a4`](https://github.com/mum4k/termdash/commit/6c387a4be7f50db8850a991c54d6bfb8316bd569) Adding a demo demonstrating form input. - [`b392e15`](https://github.com/mum4k/termdash/commit/b392e157dd0d84f1138ae632f829d1e8e4f99dbd) Merge branch 'devel' into 243-formdemo - [`37f7af1`](https://github.com/mum4k/termdash/commit/37f7af1cc0af01cd0d441abe69a3f93ba31d27ce) Merge branch 'devel' into 243-formdemo - [`0af5fbc`](https://github.com/mum4k/termdash/commit/0af5fbc6066888f823ec20af087f7efb8082d0dc) Make the first input box focused by default. - [`db2fcdc`](https://github.com/mum4k/termdash/commit/db2fcdcffc103278a0fb05aae20a45b58e9cd44f) Merge branch 'devel' into 243-formdemo - [`b91eac3`](https://github.com/mum4k/termdash/commit/b91eac380dac028d4e4e7fb2d043b34613a8e721) Formdemo now displays default text in the input boxes. - [`fe05226`](https://github.com/mum4k/termdash/commit/fe052262d030ab26298f5aa68c6f070cb24ca99c) Refactor form construction. - [`d30bc47`](https://github.com/mum4k/termdash/commit/d30bc47245935f324f98eaafb1a38362f23acd5c) Merge branch 'devel' into 243-formdemo - [`ba6224f`](https://github.com/mum4k/termdash/commit/ba6224f5aebfdbeee5b7bbb410ff0729938e5063) Complete demo of a text input form with keyboard navigation. - [`c3be258`](https://github.com/mum4k/termdash/commit/c3be258da0a18187615197e6770ed4c6f512f5fb) Self-review. ### 📊 Changes **4 files changed** (+350 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+5 -0) 📝 `README.md` (+19 -10) ➕ `doc/images/formdemo.gif` (+0 -0) ➕ `widgets/textinput/formdemo/formdemo.go` (+326 -0) </details> ### 📄 Description Fixes #243. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:23:48 +03:00
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/termdash#305
No description provided.