Bool value when component is not their default

To make it easier for the user when they change a default value we highlight something else in yellow. It would be great to have this baked so I can either do

{{(component.default != component.value)}}

or something just tells me when it's changed by itself

{{component.user_modified}} -- true/false

3 Likes

Thanks @mtv! This would be a great addition to all of our inputs. I've added it to our list!

Also a option to "reset" (aka return to default)

This is for things like a "reset" button on a filter list

any updates on this feature? I would like to highlight the input component if the value of the component changes. Is there any similar feature currently?

Hi @JBushIconnect we typically suggest temporary state for making components dynamic as described here: http://community.retool.com/t/making-any-component-value-dynamic-in-retool/6983

Would that work for you?