-
Bug
-
Resolution: Unresolved
-
Major
-
1.9.0
-
None
-
None
Description of problem:
The ActiveTextInput widget in the orchestrator plugin fails to clear the field value when the API returns an empty string "". Instead, the field retains the previous/stale value.
1. User selects platformProfileID = "12345”
2. platformObserversGroup field fetches and displays "group-A”
3. User changes to platformProfileID = "67890”
4. API returns "" for platformObserversGroup (no group exists for this profile)
5. Bug: Field still shows "group-A" instead of clearing
Actual results:
Field still shows stale value "group-A"
Expected results:
Field should clear and display empty value ""