From: Mark Wooding Date: Fri, 8 Jan 2021 18:56:09 +0000 (+0000) Subject: dep-ui.js: Use `input' events for updating deps. Factor `input_...'. X-Git-Url: https://git.distorted.org.uk/~mdw/dep-ui/commitdiff_plain/6132735f4d4fe2bd9d4395f5cae34b662c999451?hp=6132735f4d4fe2bd9d4395f5cae34b662c999451 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. ---