Files
iD/data
Bryan Housel 1a9c111d78 Set field.keys so that delete/undo buttons work
For multiselect fields,
field.key should have a ':' on the end of it - we use as the prefix, not the real key
field.keys should contain the array of real keys being modified

see https://github.com/openstreetmap/iD/blob/master/js/id/ui/preset.js#L17-L45

The address field preset works like this also..
It contains an array of key.fields for all the subfields that might be set.
For multiselect fields, we don't know ahead of time what all the subfields are,
so we append to the list in `change()` and rebuild list in `tags()`
2016-04-22 21:22:24 -04:00
..
2015-07-13 16:21:58 +02:00
2015-11-03 16:43:22 -05:00
2015-12-21 17:27:53 -05:00
2016-03-01 14:46:10 -05:00
2015-06-10 10:55:11 -04:00
2015-07-22 20:22:33 -07:00