text input
i have a quick question on how to stop caching of a Text Input.
When i switch to the next request, the content from the previous Text Input is carried over into the new request.
This happens even though each request is supposed to have a fresh, empty Text Input.
3 Replies
What is a request, do you have a minimal reproduction?
i used a container with buttons and a text input
After closing each container with a button , the next container "Text Input" is filled with the previous Text Input
is there a solution for this?
I still don't understand your issue