Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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

### Maintenance
- Add PHP lint checker to ensure valid (legacy) PHP syntax
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