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 would like to be able to change which row has focus/is open, f.ex. after pushing a button. In my use-case I have a custom button on each row that creates a new row at the bottom of the repeating group with a copy of elements from the active row. As a user I would have expected that I would be moved to the first element on the new (partially copied) row . Otherwise it is easy to think that the button is not doing what it is supposed to since you don't necessarily notice a collapsed row at the bottom (especially if you have a long repeating group). Being able to change the focus with code (automatically open another row, and perhaps closing the one you came from) would fix this problem.
The text was updated successfully, but these errors were encountered:
Spennende use case. Absolutt enig i at det gir mening i at en userAction (og dataProcessor? og kanskje validator?) skal kunne fortelle hvor neste fokus skal være etterpå. Tror vi har mye riktig for å kunne støtte dette, men vi mangler mulighet for å fortelle hvilken rad som er åpen. Jeg ser for meg at vi kan utvide IInstanceDataMutator med en Focus(string componentId, params Guid[] AltinnRowId) eller tilsvarende også kan frontend flytte fokus dit.
Vi oppretter backend issue når vi har gjort refinement.
Description
(Åpne rad og skifte fokus i repeterende tabell)
I would like to be able to change which row has focus/is open, f.ex. after pushing a button. In my use-case I have a custom button on each row that creates a new row at the bottom of the repeating group with a copy of elements from the active row. As a user I would have expected that I would be moved to the first element on the new (partially copied) row . Otherwise it is easy to think that the button is not doing what it is supposed to since you don't necessarily notice a collapsed row at the bottom (especially if you have a long repeating group). Being able to change the focus with code (automatically open another row, and perhaps closing the one you came from) would fix this problem.
The text was updated successfully, but these errors were encountered: