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
I have some items which contains some select options in them. When moving the row, the items in the select input field always resets to the first option until the element has been moved to its new spot.
and similar to this I can add: if you have radio-buttons in your sv-element, the current selection of the radio-button will vanish in the moment you drop the element (no matter if the order changed). although in the model the correct value of the radio-button ist kept, and if you trigger a redraw of the buttons (e.g. by ng-hide/ng-show -ing the container of the radio-buttons) the selection is back.
I have some items which contains some select options in them. When moving the row, the items in the select input field always resets to the first option until the element has been moved to its new spot.
Here's a piece of what I have
The text was updated successfully, but these errors were encountered: