From 18faa8a78fb4dd7abe3ce1d5d4ba119b37e0d35e Mon Sep 17 00:00:00 2001 From: Suherdy Yacob Date: Wed, 4 Feb 2026 17:22:37 +0700 Subject: [PATCH] feat: Add `getDomain`, `activeActions`, and `fieldString` attributes to the sequence field in the custom popover. --- static/src/xml/sign_item_custom_popover_patch.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/src/xml/sign_item_custom_popover_patch.xml b/static/src/xml/sign_item_custom_popover_patch.xml index 796875f..76aeff3 100755 --- a/static/src/xml/sign_item_custom_popover_patch.xml +++ b/static/src/xml/sign_item_custom_popover_patch.xml @@ -13,6 +13,9 @@ value="state.sequence_value" update="(val) => this.onChangeSequence(val)" placeholder="'Select a sequence'" + getDomain="() => []" + activeActions="{}" + fieldString="'Sequence'" />