Skip to content

Conversation

@LFDanLu
Copy link
Member

@LFDanLu LFDanLu commented Oct 20, 2025

Fix build failure

✅ Pull Request Checklist:

  • Included link to corresponding React Spectrum GitHub Issue.
  • Added/updated unit tests and storybook for this change (for new code or code which already has tests).
  • Filled out test instructions.
  • Updated documentation (if it already exists for this component).
  • Looked at the Accessibility Practices for this feature - Aria Practices

📝 Test Instructions:

🧢 Your Project:

RSP

snowystinger
snowystinger previously approved these changes Oct 20, 2025
<AriaTextField {...props}>
<Label>{label}</Label>
<Input className="react-aria-Input inset" />
<Input className="react-aria-Input inset" placeholder='' />
Copy link
Member

Choose a reason for hiding this comment

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

do we need this in the tailwind starter as well?

Copy link
Member

Choose a reason for hiding this comment

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

shouldn't it pass through the placeholder rather than an empty string?

reidbarber
reidbarber previously approved these changes Oct 20, 2025
<AriaTextField {...props}>
<Label>{label}</Label>
<Input className="react-aria-Input inset" />
<Input className="react-aria-Input inset" placeholder='' />
Copy link
Member

Choose a reason for hiding this comment

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

Would it better to pass it through, but default it as empty string?

Copy link
Member Author

Choose a reason for hiding this comment

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

yep, typo

@LFDanLu LFDanLu dismissed stale reviews from reidbarber and snowystinger via 6616add October 20, 2025 19:44
@rspbot
Copy link

rspbot commented Oct 20, 2025

@LFDanLu LFDanLu enabled auto-merge October 20, 2025 19:48
@rspbot
Copy link

rspbot commented Oct 20, 2025

@LFDanLu LFDanLu added this pull request to the merge queue Oct 20, 2025
Merged via the queue into main with commit 2b8d6f6 Oct 20, 2025
32 checks passed
@LFDanLu LFDanLu deleted the fix_build branch October 20, 2025 20:02
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.

6 participants