fix(InputTags): add missing field group variant#6326
Conversation
7da6f8e to
d60dd53
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
commit: |
🔗 Linked issue
Resolves #6325
❓ Type of change
📚 Description
The
InputTagstheme was missing thefieldGroupVariantspread in itsvariantsdefinition. This caused the component to not properly adjust its border radius when used inside aFieldGroup.This PR imports
fieldGroupVariantfrom./field-groupand spreads it into thevariantsobject insrc/theme/input-tags.ts, aligningInputTagswith other form components likeInput,InputNumber,SelectandSelectMenu.📝 Checklist