mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
(closes #4900, closes #5449) Some browsers need an explicit `change` event triggered on the input field when a value has been changed by the combo and accepted by pressing return or tab. This was only an issue on combos that aren't part of uiFields, since the uiFields are all setup to respond to `change`,`input`,`blur` etc.