{#
 # This file is part of the CRUDlex package.
 #
 # (c) Philip Lehmann-Böhm <philip@philiplb.de>
 #
 # For the full copyright and license information, please view the LICENSE
 # file that was distributed with this source code.
 #}

{% include app.crud.getTemplate(app, 'template', 'fieldLabel', crudEntity) with {
    field: field,
    definition: crudData.getDefinition(),
    annotations: annotations
} only %}
<input type="number" step="{{ crudData.getDefinition().getField(field, 'floatStep') }}" class="form-control" id="{{ field }}" placeholder="{{ field }}" value="{{ value }}" name="{{ fieldNamePrefix ~ field }}" />
