Porsche Design SystemSearchNavigate to GitHub repository of Porsche Design SystemOpen sidebar
ConfiguratorExamplesUsageAccessibilityAPI
Select Usage The following segment provides instructions for designers and developers regarding the appropriate utilization of this component in various situations. Do: Keep the label visible for better accessibility whenever possible. Provide a descriptive label text for screen readers when using the component without a label. Use to trigger an action based on the selected option choose and search one option from a list of items to navigate the user to a new position and recommend a default option for most users. Use without label only if the context clearly describes what the component is to be used for and no further explanation is required. Provide a description text displayed openly and directly outside the form field when helpful for the user to get further information on the input. Use the custom filter for a large number of select options (e.g. country/state select). Use without preselection (mandatory field) if you don't know or need to make sure the user makes a conscious choice. Use preselection (mandatory field) if you have a reason to believe one of the options is most likely or you know the default or current option. Use preselection (optional field) to make it possible to go back to an empty default. Use common sort order for menu items (frequency of use, alpha or numeric). Don't: Don't use select boxes for data that is highly familiar such as the day month or year. Don't set the default to 'please select' if there's an empty field. Don't use very long select boxes that require scrolling but if unavoidable make sure that when open there is only a maximum of 7 elements in the field of view without having to scroll.
Global settingsThemeChanges the theme of the application and any Porsche Design System component. It's possible to choose between forced theme light and dark. It's also possible to use auto, which applies light or dark theme depending on the operating system settings automatically.LightDarkAuto (sync with operating system)DirectionThe dir global attribute in HTML changes the direction of text and other content within an element. It's most often used on the <html> tag to set the entire page's direction, which is crucial for supporting languages that are written from right to left (RTL), such as Arabic and Hebrew. For example, using <html dir="rtl"> makes the entire page display from right to left, adjusting the layout and text flow accordingly.LTR (left-to-right)RTL (right-to-left)Text ZoomTo ensure accessibility and comply with WCAG 2.2 AA standards, it is mandatory for web content to support text resizing up to at least 200% without loss of content or functionality. Using relative units like rem is a best practice for achieving this, as they allow the text to scale uniformly based on the user's browser settings.100%130%150%200%