Skip to content
Discussion options

You must be logged in to vote

It's called kreyu_data_table_date_range_widget - in Bootstrap theme it uses input group to display two child fields in single line:

{% block kreyu_data_table_date_range_widget %}
<div class="input-group">
{{ form_widget(form.from) }}
<span class="input-group-text">-</span>
{{ form_widget(form.to) }}
</div>
{% endblock %}

Replies: 5 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by davidnectarestudio
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants