antaresproject/core

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

Summary

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