FastUI
FastUI copied to clipboard
`bytes` is currently rendered wrong
Currently bytes becomes 'format': 'binary' in JSON Schema, which in turn means it get's rendered as a file input.
I'm not sure what the best solution is, maybe we just support the base64 types and solve it that way.
For some reason, I am not experiencing this. I just changed the Users model in the README demo to have the name as bytes and it renders the same.
Does it submit ok?
Oh, I understand now.