From 9433da24b71bcdaa3e9c86d77fa478ba053cb277 Mon Sep 17 00:00:00 2001 From: michaldev0 <125133223+michaldev0@users.noreply.github.com> Date: Tue, 26 May 2026 13:27:08 +0200 Subject: [PATCH] OLMIS-8192: Auto-resize requested quantity explanation cell The Requested quantity explanation column now grows with content as the user types. Requires the matching ui-components change. --- CHANGELOG.md | 2 ++ .../product-grid-cell-input-text.html | 10 ++++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5957eed3..a3c255ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ Upcoming Version (WIP) ================== +Bug fixes: +* [OLMIS-8192](https://openlmis.atlassian.net/browse/OLMIS-8192): Requested quantity explanation column adjusts width with input. 7.0.16 / 2026-02-05 ================= diff --git a/src/requisition-product-grid/product-grid-cell-input-text.html b/src/requisition-product-grid/product-grid-cell-input-text.html index 0886d1a2..20aa764d 100644 --- a/src/requisition-product-grid/product-grid-cell-input-text.html +++ b/src/requisition-product-grid/product-grid-cell-input-text.html @@ -1,4 +1,6 @@ - \ No newline at end of file +
+ +
\ No newline at end of file