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
Run it and see the floating "Rib Knit" text which is the input field of the Combobox
Current behavior
The input field of the Combobox is shifted when "position: absolute" style is set on its initial element.
Expected/desired behavior
When setting "position: absolute" style on ComboBox initial element the whole component should be shifted according to the set "top, bottom, left, right" parameters.
A possible workaround that could be applied in the above linked Dojo is the following one: $("#comboboxA").getKendoComboBox().input.css("position", "static");
Bug report
The input field of the Combobox is being shifted when a "position: absolute" style is set on its initial element.
Reproduction of the problem
Current behavior
The input field of the Combobox is shifted when "position: absolute" style is set on its initial element.
Expected/desired behavior
When setting "position: absolute" style on ComboBox initial element the whole component should be shifted according to the set "top, bottom, left, right" parameters.
A possible workaround that could be applied in the above linked Dojo is the following one:
$("#comboboxA").getKendoComboBox().input.css("position", "static");
Here is the modified Dojo with correctly working Combobox with "position: absolute" style is set on its initial element.
Environment
The text was updated successfully, but these errors were encountered: