Skip to content

Add arbitrary "override" value to value display #4719

Answered by okbytes
okbytes asked this question in Q&A
Discussion options

You must be logged in to vote

I solved this by using a custom object { overrideValue: string } instead of a string. I then made a union type type ValueType = Field | { overrideValue: string } and passed that to the various customized components (Control, SingleValue, etc).

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by okbytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant