They keyword Mod allows me to pass a dict/string that is then translated into a data- variable on the input.
The problem is that the data- variable gets created on the root element rather than the input which means that the data- prop is unusable for a patternmatching callback.
Would be nice if one could add another keyword, something like inputMod, that functions like the Mod keyword but for the actual Input element.