SpinaCMS / Spina

Spina CMS
http://www.spinacms.com
Other
2.19k stars 403 forks source link

change field insertion method for repeater #1254

Closed karlisV closed 1 year ago

karlisV commented 1 year ago

Context

Search input does not work while the repeater part is not saved #1253

Changes proposed in this pull request

Replace insertAdjacentHTML for the fields with appendChild since this approach does allow nested <form> elements

Guidance to review

The tests passed though I could not make the UI tests to work. Did not see any Repeater related tests though. Let me know if I need to add something.

Bramjetten commented 1 year ago

Thank you!