You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The textMapper property only maps text -> text, it would be great if instead it could map value -> Widget, this way we could display arbitrary widgets instead of just text.
I have a use case for this witch is to annotate the value. I checked the code it seems straightforward to support this.
I could give it a go if you're open to a merge request.
The text was updated successfully, but these errors were encountered:
The
textMapper
property only mapstext -> text
, it would be great if instead it could mapvalue -> Widget
, this way we could display arbitrary widgets instead of just text.I have a use case for this witch is to annotate the value. I checked the code it seems straightforward to support this.
I could give it a go if you're open to a merge request.
The text was updated successfully, but these errors were encountered: