Full width
Make the select width 100%. This is used for facets in finder-frontend’s search.
How it looks (preview)
How to call this example
<%= render "govuk_publishing_components/components/select", {
id: "dropdown5",
label: "Really wide",
full_width: true,
options: [
{
text: "Option one",
value: "option1"
},
{
text: "Option two",
value: "option2"
},
{
text: "Option three",
value: "option3"
}
]
} %>