fix(orchestrator): align widget dropdown L&F with common#1069
Merged
batzionb merged 1 commit intoredhat-developer:mainfrom Jun 30, 2025
Merged
fix(orchestrator): align widget dropdown L&F with common#1069batzionb merged 1 commit intoredhat-developer:mainfrom
batzionb merged 1 commit intoredhat-developer:mainfrom
Conversation
Missing ChangesetsThe following package(s) are changed by this PR but do not have a changeset:
See CONTRIBUTING.md for more information about how to add changesets. Changed Packages
|
Signed-off-by: Marek Libra <marek.libra@gmail.com>
97a9b8d to
93d5dd0
Compare
|
batzionb
approved these changes
Jun 30, 2025
mfrancisc
pushed a commit
to mfrancisc/rhdh-plugins
that referenced
this pull request
Jul 9, 2025
…loper#1069) Signed-off-by: Marek Libra <marek.libra@gmail.com>
elai-shalev
pushed a commit
to elai-shalev/rhdh-plugins
that referenced
this pull request
Jan 21, 2026
…loper#1069) Signed-off-by: Marek Libra <marek.libra@gmail.com>
4 tasks
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.



The "Send certificate via" field is backed by a component standard to the RJSF Form.
The other fields are backed by similar components but of different versions which is necessary for some of the features, especially for the
ActiveMultiSelect.This discrepancy is causing the L&F difference.
I tried to align both as close as possible but it's hard to achieve 1:1 parity, especially when the deployment has multiple MUI CSS in place (not caused just by the widgets).
As a workaround, the workflow developer can use our widgets exclusively, they should provide sufficient feature parity.
By doing that, there will be just a single set of components of a page.
Standard

enumselection:ActiveDropDownaligned to that color schema:ActiveTextInputaligned to that color schema:The
ActiveTextInputstill hasoutline(border), I would keep it - it looks better and is hacky to remove it.