Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removes spell-checking from TGUI input boxes #8052

Closed
wants to merge 1 commit into from

Conversation

TheGamerdk
Copy link
Contributor

@TheGamerdk TheGamerdk commented Jan 8, 2025

About the pull request

image

Explain why it's good for the game

Testing Photographs and Procedure

Screenshots & Videos

Put screenshots and videos here with an empty line between the screenshots and the <details> tags.

Changelog

🆑
del: Removed spell-checking from input boxes
/:cl:

@cmss13-ci cmss13-ci bot added UI deletes nanoui/html Removal snap labels Jan 8, 2025
@@ -179,6 +179,7 @@ export function Input(props: Props) {
onKeyDown={handleKeyDown}
placeholder={placeholder}
ref={inputRef}
spellcheck="false"
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
spellcheck="false"
spellCheck={false}

for your webedit linter fail sir

Copy link
Contributor Author

Choose a reason for hiding this comment

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

thank u harry

@TheGamerdk TheGamerdk closed this Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Removal snap UI deletes nanoui/html
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants