Good Afternoon
I'm using Bootstrap's Varying modal content based on trigger button to create a product edit window.
I have a textarea
field that is not showing the information,
the input
field works correctly, only the textarea
field does not load the information, so I did
<textarea> <?php echo $informacao; ?>
It worked but if the user opens the modal and changes something of textarea when leaving and returning the change is still there.
How can I solve these problems, when leaving the modal any change that has been made, votes everything to what was loaded from the database.