Skip to content

Add spellCheck prop to Input and Textarea#702

Open
FelixLgr wants to merge 1 commit into
mainfrom
feature/input-spellcheck
Open

Add spellCheck prop to Input and Textarea#702
FelixLgr wants to merge 1 commit into
mainfrom
feature/input-spellcheck

Conversation

@FelixLgr
Copy link
Copy Markdown
Collaborator

@FelixLgr FelixLgr commented Feb 5, 2026

Summary by CodeRabbit

  • New Features
    • Input and textarea components now support configurable spell checking functionality. Users and developers can enable or disable spell checking behavior as needed, providing greater control over text validation and input handling processes to optimize the overall user experience based on specific application requirements, particular use cases, and individual user preferences.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Feb 5, 2026

📝 Walkthrough

Walkthrough

Two optional spellCheck boolean properties are added to the InputProps interface and TextareaPropsWeb interface, enabling spell-checking behavior configuration for input and textarea components respectively.

Changes

Cohort / File(s) Summary
Spell Check Property Addition
packages/react/components/input/InputProps.ts, packages/react/components/textarea/TextareaProps.ts
Added optional spellCheck?: boolean property to InputProps and TextareaPropsWeb interfaces to support spell-checking configuration.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A hop, a skip, through props so clean,
Two interfaces need spellCheck seen,
Input and textarea now aligned,
Typos begone, our words refined!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The pull request title accurately and concisely describes the main changes: adding a spellCheck prop to both Input and Textarea components.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feature/input-spellcheck

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant