-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.4.2-RC1
-
Fix Version/s: 5.8.0-HF31, 6.0-HF06, 7.2
-
Component/s: Layouts & Widgets
-
Tags:
-
Sprint:nxNag Sprint 7.1-5
When using the nxu:inputList widget, the displayed value when removing the first item is not accurate (but the value saved is ok).
Steps to reproduce: on the layout demo, for the list widget (string array):
- add 3 values to the list (foo, bar, baz) and submit
- delete the first value and submit
=> bar and baz are displayed in view mode (so they have been saved correctly) but the edit mode shows foo and baz
- depends on
-
NXP-16406 Fix multiple nested list widgets
- Resolved