[PR #278] [CLOSED] Qt Events On TextInput #305

Closed
opened 2026-05-05 11:58:39 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/kusti8/proton-native/pull/278
Author: @faugan2
Created: 4/7/2020
Status: Closed

Base: v2Head: master


📝 Commits (10+)

📊 Changes

209 files changed (+31777 additions, -15202 deletions)

View changed files

📝 .babelrc (+3 -6)
.github/ISSUE_TEMPLATE/bug_report.md (+28 -0)
.github/ISSUE_TEMPLATE/documentation-issue.md (+16 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+20 -0)
📝 .gitignore (+1 -0)
.travis.yml (+23 -0)
📝 .vscode/launch.json (+14 -29)
📝 CONTRIBUTING.md (+2 -6)
Demo.js (+0 -17)
📝 LICENSE (+18 -4)
📝 README.md (+19 -15)
__mocks__/node-qt.js (+9 -0)
📝 docs/README.md (+30 -7)
📝 docs/_coverpage.md (+4 -3)
📝 docs/_sidebar.md (+13 -45)
📝 docs/about.md (+14 -29)
docs/calculator.png (+0 -0)
docs/catapi_v2.png (+0 -0)
docs/component_APIs/app.md (+0 -35)
docs/component_APIs/area.md (+0 -132)

...and 80 more files

📄 Description

I would like to give some improvement on the TextInput component so that it can work in a perfect way.
Right now, i am using it in an application and it does not work as i expected


🔄 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/kusti8/proton-native/pull/278 **Author:** [@faugan2](https://github.com/faugan2) **Created:** 4/7/2020 **Status:** ❌ Closed **Base:** `v2` ← **Head:** `master` --- ### 📝 Commits (10+) - [`b5ca0f7`](https://github.com/kusti8/proton-native/commit/b5ca0f7f86bf00c8c65a97a3efc1a68738b82cb2) V2 (#230) - [`fce7d86`](https://github.com/kusti8/proton-native/commit/fce7d867a0dc2a0a420eddabc6125b219718f2eb) Bump to 2.0.4! - [`5754a12`](https://github.com/kusti8/proton-native/commit/5754a128623e47bcec729119adbb6c114fe63ea4) Update sidebar order - [`67e6c6a`](https://github.com/kusti8/proton-native/commit/67e6c6a885b17a67dee483cded2470c4d3d14d94) fix: add the missing digit '5' (#245) - [`4bdddff`](https://github.com/kusti8/proton-native/commit/4bdddff246e9c07089b342ead0c9e45f7efd7677) Update calculator image - [`125869c`](https://github.com/kusti8/proton-native/commit/125869ce7953cdac2ce47d9add193d62f22b2888) TS 3.7.3 existence guard on children.map (#251) - [`0722b3c`](https://github.com/kusti8/proton-native/commit/0722b3c2c8302fafcdc19692aab41dda01bfcb91) Existence guard containerProps.children (#257) - [`0f24862`](https://github.com/kusti8/proton-native/commit/0f248629bfeb9a0a128f5f9f144f1f20537f59a3) Fix types for intrinsic elements (#255) - [`a135cd6`](https://github.com/kusti8/proton-native/commit/a135cd6361165995a5d949b694acb9a7432cc35d) Add mouseMoveEvent, enterEvent and leaveEvent (#248) - [`d0bdc84`](https://github.com/kusti8/proton-native/commit/d0bdc84386207bb795591c062e3bde553696aee8) Add View component docs page (#261) ### 📊 Changes **209 files changed** (+31777 additions, -15202 deletions) <details> <summary>View changed files</summary> 📝 `.babelrc` (+3 -6) ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+28 -0) ➕ `.github/ISSUE_TEMPLATE/documentation-issue.md` (+16 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+20 -0) 📝 `.gitignore` (+1 -0) ➕ `.travis.yml` (+23 -0) 📝 `.vscode/launch.json` (+14 -29) 📝 `CONTRIBUTING.md` (+2 -6) ➖ `Demo.js` (+0 -17) 📝 `LICENSE` (+18 -4) 📝 `README.md` (+19 -15) ➕ `__mocks__/node-qt.js` (+9 -0) 📝 `docs/README.md` (+30 -7) 📝 `docs/_coverpage.md` (+4 -3) 📝 `docs/_sidebar.md` (+13 -45) 📝 `docs/about.md` (+14 -29) ➕ `docs/calculator.png` (+0 -0) ➕ `docs/catapi_v2.png` (+0 -0) ➖ `docs/component_APIs/app.md` (+0 -35) ➖ `docs/component_APIs/area.md` (+0 -132) _...and 80 more files_ </details> ### 📄 Description I would like to give some improvement on the TextInput component so that it can work in a perfect way. Right now, i am using it in an application and it does not work as i expected --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 11:58:39 -06: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: github-starred/proton-native#305
No description provided.