JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › General Discussions › ComboBox › Prevent the combobox resize after multiples items added › Reply To: Prevent the combobox resize after multiples items added
June 21, 2023 at 12:25 pm
#107254
Participant
After realizing that your solution involved only CSS modifications, I discovered that what I really wanted was something like this:
.smart-element.smart-combo-box.smart-drop-down-box.auto-height .smart-action-button {
display: block;
}
Thank you for your help.
-
This reply was modified 2 years, 1 month ago by
Andreas Boos.