antaresproject/core

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

Summary

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