Skip to content

Conversation

@mabaasit
Copy link
Collaborator

Remove clone of LG Combobox and directly use it.

UX changes:

Old New
Stage Operator Select image image
Stage Wizard Field Select image image
Multiple Field Selector image image

Description

Checklist

Motivation and Context

  • Bugfix
  • New feature
  • Dependency update
  • Misc

Open Questions

Dependents

Types of changes

  • Backport Needed
  • Patch (non-breaking change which fixes an issue)
  • Minor (non-breaking change which adds functionality)
  • Major (fix or feature that would cause existing functionality to change)

/>
))}
</Combobox>
<React.Fragment>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As far as I can tell, this would be the first of its kind in the codebase.
I suggest using the shorthand:

Suggested change
<React.Fragment>
<>

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are already using it at other places, but probably as Fragment and not React.Fragment.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually there are instances of both in the codebase, not many but they do exist.

Copy link
Contributor

@kraenhansen kraenhansen Dec 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I put in a bit more effort and for what it's worth: I see two occurrences of <React.Fragment>, three of <Fragment> and 183 <> 🤷

@mabaasit mabaasit merged commit 3908541 into main Dec 12, 2024
29 checks passed
@mabaasit mabaasit deleted the remove-combobox branch December 12, 2024 17:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants