- Issue created by @rkoller
- First commit to issue fork.
- Status changed to Needs review
6 months ago 3:14am 12 May 2024 - ๐ซ๐ทFrance tabestan Sargentville, Maine
This proposed solution reduces the search box maxlength to 80 characters on desktop and 45 characters on screens smaller than 768px.
- Status changed to Needs work
5 months ago 2:17am 5 June 2024 - ๐บ๐ธUnited States r.aubin
@rkoller, was the intent of this issue to reduce the allowable character length of this input or the visible width of the input field?
Adjusting the width of the input based on viewport size so it doesn't end up really wide would be nice, but is a separate thing from the allowable input character length. Also, the WCAG section you referenced pertains to blocks of text, not form inputs, so I don't think that should apply here and the input's maxLength shouldn't be different for users with different viewport sizes.
The open MR that @Tabestan put together addresses just the maxLength not the input's physical size.
- First commit to issue fork.
- Status changed to Needs review
5 months ago 4:15am 17 June 2024 - ๐ฎ๐ณIndia gauravvvv Delhi, India
I have updated the physical width of the search box for desktop and mobile device as 80ch and 45ch respectively for desktop and mobile devices.
- Status changed to Needs work
5 months ago 5:18am 17 June 2024 - ๐ฎ๐ณIndia Kanchan Bhogade
MR is failing and in the Issue summary also MR is "Open Failed Pipeline"
Moving ti "needs work"
- Status changed to Needs review
5 months ago 5:39am 17 June 2024 - ๐จ๐ฆCanada zetagraph
@tabestan, @rkoller we are rearranging things visually in this issue ๐ Improve the categories filter type in context to the rest of the filter component ui Fixed
The search box is going to always span the full width of the browser window. There is no need to limit the box width or the character count as far as I can tell.
CC: @raubin, @gauravvvv
- Status changed to Postponed
4 months ago 1:37pm 12 July 2024 - ๐บ๐ธUnited States chrisfromredfin Portland, Maine
Postponing this pending ๐ Improve the categories filter type in context to the rest of the filter component ui Fixed