-
Notifications
You must be signed in to change notification settings - Fork 381
Fix: Country filter plain text #452
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
Fix: Country filter plain text #452
Conversation
WalkthroughA new end-to-end test was added to verify that the country selection comboboxes on the tax settings page support case-insensitive and partial-name search. Additionally, the ComboBox component was updated to pass a Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant TaxSettingsPage
participant ComboBox
participant CommandItem
User->>TaxSettingsPage: Opens Tax Settings
User->>ComboBox: Clicks country combobox
User->>ComboBox: Types partial/case-insensitive country name
ComboBox->>CommandItem: Passes keywords (option label)
ComboBox-->>User: Displays filtered country options
User->>ComboBox: Selects country
ComboBox-->>TaxSettingsPage: Updates selected value
Assessment against linked issues
Assessment against linked issues: Out-of-scope changesNo out-of-scope changes found. Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (2)
🧰 Additional context used📓 Path-based instructions (3)`frontend/components/**/*.tsx`: Sentence case headers and buttons and stuff, not...
📄 Source: CodeRabbit Inference Engine (.cursorrules) List of files the instruction was applied to:
`**/*.{ts,tsx,js,jsx,rb}`: Newlines at end of files, always Add a `TODO (techdeb...
📄 Source: CodeRabbit Inference Engine (.cursorrules) List of files the instruction was applied to:
`e2e/**/*.spec.ts`: Use Playwright tests in `e2e/**/*.spec.ts` for end-to-end tests
📄 Source: CodeRabbit Inference Engine (.cursorrules) List of files the instruction was applied to:
🧠 Learnings (3)📓 Common learningsfrontend/components/ComboBox.tsx (2)e2e/settings/tax.spec.ts (2)🔇 Additional comments (2)
✨ Finishing Touches
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. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Looks like this broke other tests, could you retry? Please copy shadcn's code to ensure it's standard. |
|
@slavingia fixed in - #485 |
Fixes #450
Loom: https://www.loom.com/share/f05b867d69924f2f895315462cf0d891
Summary by CodeRabbit