Is your feature request related to a problem? Please describe.
Yes, ability to dynamically update/change the system message and validation based on the state of the system.
There are many cases where the list of available components would be depend on other "state" in the system:
- current page the user is on
- users privilege / role / subscription level
- feature flags
Describe alternatives you've considered
It's probably possible to do this by generating the system messages at runtime with different configuration, but it feels like you'd need a good way to manage the registered components.
Is your feature request related to a problem? Please describe.
Yes, ability to dynamically update/change the system message and validation based on the state of the system.
There are many cases where the list of available components would be depend on other "state" in the system:
Describe alternatives you've considered
It's probably possible to do this by generating the system messages at runtime with different configuration, but it feels like you'd need a good way to manage the registered components.