Skip to content

CONV-099: Add select field renderer#107

Merged
menvil merged 1 commit into
developfrom
feature/CONV-099-add-select-field-renderer
May 31, 2026
Merged

CONV-099: Add select field renderer#107
menvil merged 1 commit into
developfrom
feature/CONV-099-add-select-field-renderer

Conversation

@menvil

@menvil menvil commented May 31, 2026

Copy link
Copy Markdown
Owner

CONV-099 — Add Select Field Renderer

Per-type renderer for select fields.

  • Renders label, optional help text, optional placeholder, and all options.
  • Value bound to options.{key} via wire:model.live.

Tests

  • select field renders label + all choices + binding attribute

composer test (210), lint, build pass.

🤖 Generated with Claude Code


Summary by cubic

Implements the select field renderer for the dashboard converter (CONV-099). It shows the label, optional help and placeholder, renders all choices, and binds the value via wire:model.live to options.<key>.

Written for commit 4a0be1b. Summary will update on new commits.

Review in cubic

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@menvil menvil merged commit ca16f75 into develop May 31, 2026
1 check was pending
@coderabbitai

coderabbitai Bot commented May 31, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are limited based on label configuration.

🏷️ Required labels (at least one) (1)
  • release

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 609822dc-51c5-4607-9027-bdaf59b0ebc8

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feature/CONV-099-add-select-field-renderer

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.

@menvil menvil deleted the feature/CONV-099-add-select-field-renderer branch May 31, 2026 17:19
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