microsoft / fluentui

Fluent UI web represents a collection of utilities, React components, and web components for building web applications.
https://react.fluentui.dev
Other
18.59k stars 2.75k forks source link

Multi Select combo box , UI Fabric , stop working in SPFX Control #13815

Closed Sachindagar closed 3 years ago

Sachindagar commented 4 years ago

Multi Select combo box , UI Fabric , stop working in SPFX Control. We are using Multi Select Combo box. It was working till yesterday however sudden its stop working. Whenever we are trying to select multiple values, the values are not selected.

Post selection, the values are not populated in the combobox

https://user-images.githubusercontent.com/26018001/85387276-f5f66700-b587-11ea-9281-3a23ac41e0ca.png

Environment Information

<ComboBox

                    placeholder="Select" id="ddlCode" label="Code"
                    options={this.state.CodeOptions}  
                    multiSelect
                    autoComplete={ "on" }
                    onMenuDismissed={this._OnChangeCode.bind(this)}

      />

Actual behavior:

Multi Select is not working. When we are trying to select then its not selected from mouse click.

Expected behavior:

Multi select option should be selected.

Priorities and help requested:

Are you willing to submit a PR to fix? (Yes, No) No

Requested priority: (Blocking, High, Normal, Low) High

Products/sites affected: (if applicable)

Sachindagar commented 4 years ago

We are using this with SPFX

paulgildea commented 4 years ago

@Sachindagar Thanks for the version information of both SPFX and Fluent.

ecraig12345 commented 3 years ago

Are you still having this issue? If so, we'll need a codepen repro to help debug. You can start from https://aka.ms/fluentpen or "Export to CodePen" on one of the ComboBox examples on the website. https://developer.microsoft.com/en-us/fluentui#/controls/web/combobox

msft-fluent-ui-bot commented 3 years ago

Thanks for taking the time to enter an issue. However, it seems that there aren't enough details here for this issue to be actionable.

When issues are created, we need details such as:

  1. Which Fluent UI component is causing the issue
  2. Which package name and version the component is from
  3. Specific, complete steps to reproduce the issue
  4. What behaviors and attributes are missing or incorrect
  5. What you expected and what is actually happening
  6. Confirmation that the problem reproduces in isolation

Without a clear understanding of these details, it's not possible to take clear action on issues. We are unable to meet your expectations, properly address the root cause, and make changes without affecting the expectations of other consumers.

Please provide these additional details as you are able. The default issue template provides an outline of these details and is viewable when creating a new issue. Additionally, if this is an accessibility issue, please see Accessibility Troubleshooting in our wiki for more guidance. If these details cannot be provided, please kindly close the issue.

Thank you for your patience.

msft-fluent-ui-bot commented 3 years ago

This issue has been automatically marked as stale because it has marked as requiring actionable feedback but has not had any activity for 2 days. It will be closed if no further activity occurs within 3 days of this comment. Thank you for your contributions to Fluent UI!