Description of the limitation and why it is relevant to address
As a developer I want to change the colours of the OutputField
so that I can inform the user if an input is wrong, successful or otherwise.
I think this is relevant for the VIKTOR platform because it makes informing the user even clearer without annoying workarounds.
Submitter proposed design (optional)
Be able to do something similar to DataItem
in a DataView
.
Current workarounds
The current workaround is to give None values to the OutputField
, which causes all the OutputFields to turn to error messages. The downside is a toast that wonβt disappear.