Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dropdown-closing-issue-fixed #31437

Closed

Conversation

umangutkarsh
Copy link

This PR fixes the dropdown closing issue when clicked somewhere on modal.

Checklist:

[X] - I have read the Contributing Guide - https://github.com/RocketChat/Rocket.Chat/blob/develop/.github/CONTRIBUTING.md#contributing-to-rocketchat doc
[X] - I have signed the CLA - https://cla-assistant.io/RocketChat/Rocket.Chat
[X] - Lint and unit tests pass locally with my changes
[X] - I have added tests that prove my fix is effective or that my feature works (if applicable)
[X] - I have added necessary documentation (if applicable)
[X] - Any dependent changes have been merged and published in downstream modules

Proposed changes (including videos or screenshots)

rc-drop.webm

Issue(s)

Fixes RocketChat/fuselage#1306

Steps to test or reproduce

  1. Go to the Home-screen
  2. Click on Create Channel button on the Create Channel section.
  3. Fill details, and go to select members to add from dropdown.
  4. CreateChannelModal.tsx has been changed.

Further comments

The dropdown input size is altered to incorporate the fix. But doesn't affect the overall input field functionality.

@umangutkarsh umangutkarsh requested a review from a team as a code owner January 12, 2024 18:01
Copy link

changeset-bot bot commented Jan 12, 2024

⚠️ No Changeset found

Latest commit: 44e4aa6

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@dougfabris
Copy link
Member

Hi there, thanks for the contribution! 🚀 💯

Closing this PR because the proper fix should be done on the fuselage side.


Questions? Help needed? Feature Requests?

  • Join our Open Server in the #support channel and feel free to raise a question
  • Join our Community Forum and search/create a post there

@dougfabris dougfabris closed this Feb 27, 2024
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.

Dropdown to add-members is not closing when clicked somewhere on modal
2 participants