Would it be possible to give a context to RED.validators.typedInput?
I would like to validate inputs in a container with typedInput validator but for now it's not possible because the global context is used and without having to create my own typedInput validator (which is just a copy)
A new type option has been added (#4440) and allows to statically define the type of the field. Which simplifies the idea of the context because in the end the field only has one type which is accessible when the validator is called. So I close as resolved