Adaptive Rendering

The ComboBox provides an option for enabling adaptive rendering for the popup element. This functionality allows the component to adapt to the screen size by providing different rendering of the popup element based on the screen dimensions.

The Adaptive Mode changes the rendering of the popup element of the ComboBox as per the screen resolution of the device (the horizontal value in px) with the following breakpoints:

  • Small screens - up to 500px—Displays a full-screen action sheet.
  • Medium screens - between 500px and 768px—Displays a popup as an action sheet pinned to the bottom of the screen.
  • Large screens - larger than 768px—Displays a popup as an animation container attached to the main element of the component.

To enable the adaptive rendering, set the adaptive property of the ComboBox to true.

To set the title of the dialog window rendered when the ComboBox is opened on a smaller screen, set the adaptiveTitle property of the component.

To set the value of the adaptive filtering input in the dialog of the ComboBox on smaller screens, set the adaptiveFilter property.

Resize the browser to see how the ComboBox adapts to different resolutions.

Example
View Source
Change Theme:

ComboBox Adaptive Rendering with Grouping

The following example demonstrates the ComboBox's adaptive mode in a data grouping scenario.

Resize the browser to see how the ComboBox adapts to different resolutions.

Example
View Source
Change Theme: