antaresproject/core

View on GitHub
src/utils/form/resources/views/form/controls/hidden.twig

Summary

Maintainability
Test Coverage
<input type='hidden' name='{{ control.getName() }}'
       value='{{ control.getValue() }}'
       {{ control.getAttributes()|stringify }}
/>