Skip to content

Update remote-select prompts to "Type to search …"#1527

Merged
maebeale merged 1 commit into
mainfrom
maebeale/remote-select-prompts
May 25, 2026
Merged

Update remote-select prompts to "Type to search …"#1527
maebeale merged 1 commit into
mainfrom
maebeale/remote-select-prompts

Conversation

@maebeale
Copy link
Copy Markdown
Collaborator

What is the goal of this PR and why is this important?

  • Applies the same prompt pattern as Clarify workshop search prompt on StoryIdea form #1509 (which updated the StoryIdea form) to the remaining views with remote-select fields
  • Signals to users that these are remote-search fields rather than static dropdowns, and names what's being searched

How did you approach the change?

  • Changed "Search by title""Type to search workshops…" on the workshop fields in:
    • stories/_form.html.erb
    • workshop_logs/_form.html.erb
    • workshop_variations/_form.html.erb
    • workshop_variation_ideas/_form.html.erb
  • Changed "Search by name""Type to search organizations…" on the organization fields in:
    • stories/_form.html.erb
    • people/_affiliation_fields.html.erb

UI Testing Checklist

  • On a new Story form, confirm the workshop field placeholder reads "Type to search workshops…"
  • On the same Story form, confirm the organization field placeholder reads "Type to search organizations…"
  • On a new WorkshopLog form, confirm the workshop field placeholder reads "Type to search workshops…"
  • On a new WorkshopVariation form (admin), confirm the workshop field placeholder reads "Type to search workshops…"
  • On a new WorkshopVariationIdea form (admin), confirm the workshop field placeholder reads "Type to search workshops…"
  • On a Person's affiliation fields, confirm the organization field placeholder reads "Type to search organizations…"
  • Confirm typing in each field still surfaces results and selection still saves

Anything else to add?

Applies the same prompt pattern as #1509 (StoryIdea form) to the other
five views with remote-select fields — workshop fields on stories,
workshop_logs, workshop_variations, and workshop_variation_ideas, plus
the organization field on people affiliation_fields and stories.

The phrasing signals that the input is a remote-search field rather
than a static dropdown, and names what's being searched.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@maebeale maebeale marked this pull request as ready for review May 25, 2026 17:21
@maebeale maebeale requested a review from jmilljr24 May 25, 2026 17:23
@maebeale maebeale merged commit 4c32939 into main May 25, 2026
3 checks passed
@maebeale maebeale deleted the maebeale/remote-select-prompts branch May 25, 2026 17:38
Copy link
Copy Markdown
Collaborator

@jmilljr24 jmilljr24 left a comment

Choose a reason for hiding this comment

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

Thanks!

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.

2 participants