I'm trying to change the "text" type of a input using Twig and Silex but looks that I'm doing something wrong.
This is the basic code I'm doing:
<div class='form-group'>
{{ form_label("Id") }}
{{ form_widget("id", { attr: { 'class': 'form-control' }}) }}
</div>
I want that this id field be an integer.