contributte / forms-multiplier

:repeat: Form multiplier & replicator for Nette Framework
https://contributte.org/packages/contributte/forms-multiplier.html
MIT License
26 stars 20 forks source link

tests: Improve coverage of nested multiplier #93

Closed jtojnar closed 5 months ago

jtojnar commented 5 months ago

Pressing “Create” inside a nested multiplier with fields with default values did not work before 39725d333355b2a1ef21dac3948909cf1e5d4744. This has been reported in the first bullet point in https://github.com/contributte/forms-multiplier/issues/56

The second bullet point is already covered by testSendNested change introduced in the fix.