I'd like to report a bug with the richTextEditor component within a grid view not displaying the actual value properly.
If you look below, the displayed front-end copy in richTextEditor component, which is an element within gridview, is displaying a completely different value than the actual item.correct_value that it's pointing towards. any way to fix?
Hey @glencoco! Thanks for reaching out and sharing this.
Like @WidleStudioLLP, I'm not able to replicate the behavior that you're describing. It may not be relevant, but it's worth pointing out the fact that inspecting item in the component configuration will always show the value of the very first element in the grid - not the one that is currently selected or highlighted.
If there is something going on, it would definitely be helpful to get a JSON export of your app that includes hard-coded query results.