Hello,
I have a system where a user clicks a button, then after that, input boxes get filled with text. The text is dynamic and is different based on each button clicked.
However, this is the issue:
Let assume, user clicks button, the text gets successfully filled.
If the user then after edits the text that was filled, then clicks another button, the input box will NOT fill with the dynamic text assigned to that button click.
This only happens when the user edits the input box, otherwise everything works perfectly (the user can click multiple buttons and the text constantly fills with what is supposed to be there). Any idea as to why this is happening?
I do in fact want the user to have the liberty to edit text and still have the text change when button click happens.
Here are screenshots of the workflow:
Appreciate any help, thank you.