ArrayInput change event contains old data on remove #277
Labels
No labels
0.1
0.2
0.3
1.0
Ox
Ox.Geo
Ox.Image
Ox.UI
Ox.Unicode
critical
defect
deleteme
duplicate
enhancement
fixed
major
minor
normal
severity: major
severity: minor
severity: normal
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/oxjs#277
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When removing an element from , the change event still includes the removed value.
Wouldn't that be observable at http://oxjs.org/#examples/form_elements/live ?
There, seems to behave correctly.
happens if the inner element does not get emptied with value('')
Is this fixed?