JavaScript UI Libraries & Blazor Components Suite – Smart UI › Forums › 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
Andreas Boos
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 1 year, 3 months ago by Andreas Boos.