Option
component (presentation component similar to Text
, Number
and Date
)
#2752
Labels
kind/feature-request
New feature or request
org/ssb
Issues relevant for Statistisk sentralbyrå.
status/triage
Description
In the same vein as the other presentation components, we should have one for displaying a single option value (given an expression that returns an option value that matches one entry in the option list).
This should include both the option label, description and helptext button (configurable, but should probably default to show everything if given in an option list).
If we need support for showing multiple selected options in the future, we could probably call such a component
Options
(but that would possibly require support for lists/arrays in the expression language).Example usage (in a table):
Example usage in vertical mode below a
Text
component (with all text resource bindings - which does not make sense, probably):Example usage in vertical mode (with fewer text resource bindings):
Additional Information
Related:
RemoveHiddenData
app-lib-dotnet#646The text was updated successfully, but these errors were encountered: