How can I create a clear button for each text box.

0
How can I create a clear button that clears content of the text box. The data view has a Cancel button, but it clear all the text boxes on the data view. I want to create the Clear button like this↓
asked
1 answers
1

you could make a nanoflow that takes the object as an argument and sets an attribute to empty.  Then use a call nanoflow button and make it a link with an X as the icon.  You would need to make one of these nanoflow’s for each attribute you want to be able to clear.

answered