FOUR-32670: Preserve Select List state during responsive changes - #1929
Open
eiresendez wants to merge 2 commits into
Open
FOUR-32670: Preserve Select List state during responsive changes#1929eiresendez wants to merge 2 commits into
eiresendez wants to merge 2 commits into
Conversation
Refs: FOUR-32670
screen-builder
|
||||||||||||||||||||||||||||
| Project |
screen-builder
|
| Branch Review |
task/FOUR-32670
|
| Run status |
|
| Run duration | 21m 04s |
| Commit |
|
| Committer | Eleazar Resendez |
| View all properties for this run ↗︎ | |
| Test results | |
|---|---|
|
|
0
|
|
|
0
|
|
|
19
|
|
|
0
|
|
|
393
|
| View all changes introduced in this branch ↗︎ | |
Refs: FOUR-32670
Contributor
|
QA server K8S was successfully deployed https://ci-794a772021.engk8s.processmaker.net |
|
Contributor
|
The code looks good. No observations. |
CarliPinell
approved these changes
Aug 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.





Issue & Reproduction Steps
Expected behavior: A Data Connector-backed Select List keeps its selected label, loaded options, and scalar screen-data value when switching between desktop and mobile widths.
Actual behavior: Crossing the 480 px breakpoint updated the structural screen definition, rebuilt the generated screen, remounted the Select List, and repeated its
ListAllrequest. The selected scalar value remained in screen data, but its label disappeared while options reloaded.Reproduction:
Solution
ListAllrequest.How to Test
Validation completed:
LoopSelectList.spec.js: 3 passing, including responsive invalid -> valid -> invalid coverage.DeviceVisivilityInspector.spec.js: 22 passing.VisibilityRule.spec.js: 3 passing.npm run build-bundle: passed.distcopied into ProcessMaker Core andnpm run dev: passed.ListAllrequests.Local toolchain notes:
npm run lintcannot start becausevue-cli-serviceis not installed by the current package manifest; direct ESLint also reports existing repository-wide lint debt.Related Tickets & Packages
vue-form-elementschanges were required.ci:deploy