Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [unreleased] -

### Fixed

- Fixed the `Tree cascade Dropdown` field so that it works when it is a required field in single-level responses

## [1.1.0] - 2026-04-27

### Add
Expand Down
1 change: 1 addition & 0 deletions templates/tree_cascade_dropdown.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
class="form-select af-tree-cascade-select"
aria-label="{{ aria_label }}"
data-af-tree-questions-id="{{ question.fields['id'] }}"
data-af-tree-field-name="{{ final_items_id_name }}"
data-af-tree-ajax-limit="{{ ajax_limit_count }}"
>
<option value="0">---</option>
Expand Down