How to revert input to initial value

Good day fellow bubblers.

The scenario is this. I have a dropdown with various entities. Selecting an entity from the dropdown loads data into a bunch of adjacent input boxes using the initial content field in each. Depending on the entity selected one of the input boxes becomes unlocked so the user can input a custom value. The challenge I have is that when the user inputs a value and then changes the dropdown, all inputs except the one I unlocked updates. I can get the input to lock again, but I cannot get it to revert to a value it should be reading from a DB by means of the initial content value. Is there any way to reset or reload the input so it behaves as if nothing was entered in it?

This topic was automatically closed after 70 days. New replies are no longer allowed.