mirror of
https://github.com/kusti8/proton-native.git
synced 2026-05-15 14:15:50 -06:00
[PR #278] [CLOSED] Qt Events On TextInput #305
Labels
No labels
bug
documentation
enhancement
libui issue
pull-request
question
wait for libui implementation
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/proton-native#305
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/kusti8/proton-native/pull/278
Author: @faugan2
Created: 4/7/2020
Status: ❌ Closed
Base:
v2← Head:master📝 Commits (10+)
b5ca0f7V2 (#230)fce7d86Bump to 2.0.4!5754a12Update sidebar order67e6c6afix: add the missing digit '5' (#245)4bdddffUpdate calculator image125869cTS 3.7.3 existence guard on children.map (#251)0722b3cExistence guard containerProps.children (#257)0f24862Fix types for intrinsic elements (#255)a135cd6Add mouseMoveEvent, enterEvent and leaveEvent (#248)d0bdc84Add View component docs page (#261)📊 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.