Skip to content

search input: autocomplete polish fixes

Administrator requested to merge jp/autocompletetweaks into main

Created by: limitedmage

Partially closes #40072

  • Right align the helper content.
  • Shift the top edge of the autocomplete popover

Not addressed:

  • Remove italics from helper content and reduce the font size a bit further to 0.75rem (to start—may need to adjust further). (This is already present)
  • When content is longer than can be shown: truncate the right side of the helper text with ellipses (note—use the single-character … rather than three dots ...). (This is already present)
  • Add a small delay (~100ms to start, we'll adjust from there) before displaying an autocomplete dropdown. (This is quite complex. See comment on the issue.)

image

Test plan

Verify new styling

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading