dep-ui.js: Use `input' events for updating deps. Factor `input_...'.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jan 2021 18:56:09 +0000 (18:56 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jan 2021 18:56:09 +0000 (18:56 +0000)
commit6132735f4d4fe2bd9d4395f5cae34b662c999451
tree59a147872e81f592de7b5f85506150ebd3634043
parent6903bc5d2aa2ce8cc4f4f7a4dcf0ed9e9f3c6616
dep-ui.js: Use `input' events for updating deps.  Factor `input_...'.

Somehow I missed the `input' event on all formish widgets, which is, of
course, exactly what I wanted all along.  Use this for everything,
rather than a mishmash of other widget-class-specific events.  This
means, in turn, that `input_field' and `input_radio' are almost exactly
the same function now, so factor out the common machinery.
dep-ui.js