Skip to content

Added disable option to TextInput - #3440

Closed
1-fr33 wants to merge 2 commits into
PixelGuys:masterfrom
1-fr33:disable-text-input
Closed

Added disable option to TextInput#3440
1-fr33 wants to merge 2 commits into
PixelGuys:masterfrom
1-fr33:disable-text-input

Conversation

@1-fr33

@1-fr33 1-fr33 commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

No description provided.

Comment thread src/gui/components/TextInput.zig Outdated
lastBlinkTime: std.Io.Timestamp = .fromNanoseconds(0),
showCusor: bool = true,
showCursor: bool = true,
disabled: bool = false,

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you already have it in the options. you can access it from there, no need to have a copy here

@Wunka Wunka moved this to Easy to Review in PRs to review Jul 31, 2026
@1-fr33
1-fr33 requested a review from Wunka July 31, 2026 10:01
@1-fr33 1-fr33 closed this Jul 31, 2026
@1-fr33
1-fr33 deleted the disable-text-input branch July 31, 2026 17:09
@1-fr33
1-fr33 restored the disable-text-input branch July 31, 2026 17:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants