Does the name prop accept any string?
RHF doesn´t allow for field names that contain dots or anything else that might interfere with its dot notation (parent.child) so I am forced to do base64Encode/decode for user defined field names. How does this work in tanstack form? Can I use any name, or can I escape names?