Skip to content
Merged
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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
[#1971](https://github.com/nextcloud/cookbook/pull/1971) @seyfeb
- Fill prep, cook, and total time in `RecipeEdit` after loading
[#1973](https://github.com/nextcloud/cookbook/pull/1973) @seyfeb
- Strange cursor in input field while editing nutrition data
[#1977](https://github.com/nextcloud/cookbook/pull/1977) @christianlupus
- Remove unclear nutrition option for deleting nutrition info items and replace with designated delete button
[#1978](https://github.com/nextcloud/cookbook/pull/1978) @seyfeb

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
label="label"
:multiple="false"
:clearable="false"
:searchable="false"
class="key"
@input="updateByOption($event, index)"
/>
Expand Down