You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When setting the defaultItem of the DropDownList and enabling adaptive mode, а huge gap appears between the default item and the rest of the options from the list:
If defaultItem is not being set, the list item layout looks ok.
The KendoReact DropDownList also renders the default item correctly in adaptive mode:
Description
When setting the defaultItem of the DropDownList and enabling adaptive mode, а huge gap appears between the default item and the rest of the options from the list:
If
defaultItem
is not being set, the list item layout looks ok.The KendoReact DropDownList also renders the default item correctly in adaptive mode:
https://stackblitz.com/edit/react-lkjcjwh6?file=app%2Fapp.jsx
Steps To Reproduce
Open the DropDownList in smaller screen resolution:
https://stackblitz.com/edit/angular-njpjstum?file=src%2Fapp%2Fapp.component.ts
Actual Behavior
The gap appears when
defaultItem
is set.Expected Behavior
The options layout should be unchanged when
defaultItem
is set.Workaround
A possible workaround is to overwrite the CSS styles such as:
https://stackblitz.com/edit/angular-njpjstum-lnj3xcc7?file=src%2Fapp%2Fapp.component.ts
The text was updated successfully, but these errors were encountered: