Closed soundmonster closed 4 months ago
Thank you for flagging this, I was involved in the discussion about deprecating DeepMerge but missed the moment the PR was merged. Will rebase in the PM tomorrow CEST.
@germsvel Please have another look:
main
Thanks so much @soundmonster! 🥳
This PR adds support for default / pre-filled values in
<textarea>
form elements. The defaultput_form_data
helper function can't work here, as<input>
elements have the value in an attribute but<textarea>
holds it as a text child.