Skip to content

fix: align inline search inputs & a11y#2775

Merged
kulmann merged 1 commit into
mainfrom
fix/align-inline-inputs
Jul 2, 2026
Merged

fix: align inline search inputs & a11y#2775
kulmann merged 1 commit into
mainfrom
fix/align-inline-inputs

Conversation

@JammingBen

Copy link
Copy Markdown
Member

Visually align inline search inputs to look the same across the page (and with other, regular input fields) and add type="search" to be a11y compliant.

Visually align inline search inputs to look the same across the page
and add type="search" to be a11y compliant.
classes.push(...['leading-7', 'h-8'])
} else {
classes.push('h-10')
classes.push('h-9')

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

h-9 to match the appearance of our other input fields.

v-model="filterTerm"
class="mr-2 mt-4"
:label="$gettext('Filter members')"
:placeholder="$gettext('Search for members')"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

The placeholder doesn't seem to appear 🤔

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

image

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Works for me 🤔

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I was in the wrong Search for members, was looking at space members 😆 sorry for the noise

@JammingBen
JammingBen requested a review from kulmann July 1, 2026 08:05
@kulmann
kulmann merged commit 4cca631 into main Jul 2, 2026
31 checks passed
@kulmann
kulmann deleted the fix/align-inline-inputs branch July 2, 2026 07:55
openclouders pushed a commit that referenced this pull request Jul 2, 2026
@openclouders openclouders mentioned this pull request Jul 2, 2026
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants