Syphon provides an ability to create custom input readers and writers for different data types. But type is always detected as tag name or type attribute. But sometimes I have to deal with custom data stored in the simple <input type="text">, but I still need to apply custom reader and writer for that fields.
Is there a way how to apply input readers and writers in the more customizable way? For example, add extra data-format attribute with additional information about field format.