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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
Upcoming Version (WIP)
==================
Bug fixes:
<<<<<<< OLMIS-8192-explanation-auto-resize
* [OLMIS-8192](https://openlmis.atlassian.net/browse/OLMIS-8192): Requested quantity explanation column adjusts width with input.
=======
* [OLMIS-8191](https://openlmis.atlassian.net/browse/OLMIS-8191): Remarks column editable and size adjustable dynamically.
>>>>>>> master
* [OLMIS-8154](https://openlmis.atlassian.net/browse/OLMIS-8154): Explanation no longer required when requested equals calculated.

7.0.16 / 2026-02-05
Expand Down
10 changes: 6 additions & 4 deletions src/requisition-product-grid/product-grid-cell-input-text.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<input type="text"
ng-model="lineItem[column.name]"
ng-disabled="lineItem.skipped"
ng-change="update()" />
<div class="input-control" input-control>
<input type="text"
ng-model="lineItem[column.name]"
ng-disabled="lineItem.skipped"
ng-change="update()" />
</div>
Loading