Skip to content

Dropdown: Custom render options for multiselect - Bug fix #3571 #3589

Merged
dzearing merged 7 commits intomicrosoft:masterfrom
rohitjindal18:bugFix3571
Mar 2, 2018
Merged

Dropdown: Custom render options for multiselect - Bug fix #3571 #3589
dzearing merged 7 commits intomicrosoft:masterfrom
rohitjindal18:bugFix3571

Conversation

@rohitjindal18
Copy link
Copy Markdown
Contributor

@rohitjindal18 rohitjindal18 commented Dec 17, 2017

Pull request checklist

Description of changes

Dropdown used Checkbox component in case of multiselect mode, and CommandButton component in case of non multiselect mode.

onRenderOption was not getting used in Dropdown multiselect Mode, onRenderOption was being passed as Checkbox children, but Checkbox was not making use of its children, instead it accepts a onRenderLabel prop to render custom JSX.
Passed onRenderOption in onRenderLabel props

Focus areas to test

Pass multiSelect as true and onRenderOption to render custom JXS for Dropdown options.

@rohitjindal18
Copy link
Copy Markdown
Contributor Author

@jakob101 Can you please review the changes

@jakob101
Copy link
Copy Markdown
Member

jakob101 commented Dec 19, 2017 via email

@rohitjindal18
Copy link
Copy Markdown
Contributor Author

@jakob101 Are any changes required in the code?

Copy link
Copy Markdown
Contributor

@erichdev erichdev left a comment

Choose a reason for hiding this comment

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

Please also add a change file

onMouseMove: this._onItemMouseMove.bind(this, item)
} }
label={ item.text }
onRenderLabel={ this._renderCustomLabel.bind(this, item) }
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Use @autobind. Also, _onRenderLabel might be a better name to match existing naming conventions in this file

}

}
private _renderCustomLabel(item: IDropdownOption) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Minor -- I don't think Fabric has any style guidelines on this, but I'd move this method up with all the other render functions, around line 545

@erichdev erichdev changed the title Bug fix #3571 Dropdown: Custom render options for multiselect - Bug fix #3571 Dec 23, 2017
@manishgarg1
Copy link
Copy Markdown
Collaborator

Hi @rohitjindal18, this has been open for a while. The comments are simple to fix. Do you still want to merge this?

@manishgarg1 manishgarg1 self-assigned this Feb 14, 2018
@rohitjindal18
Copy link
Copy Markdown
Contributor Author

@manishgarg1 Have fixed the review comments, one screener check is not passing, saw the dashboard, there is visual change in multi select example for dropdown, but doesn't look like an issue.

@dzearing
Copy link
Copy Markdown
Member

We need a change file here.

You can run npm run change from the root to generate one.

@msftclas
Copy link
Copy Markdown

msftclas commented Feb 21, 2018

CLA assistant check
All CLA requirements met.

@rohitjindal18
Copy link
Copy Markdown
Contributor Author

Added change file @dzearing @manishgarg1

@dzearing dzearing merged commit 9459022 into microsoft:master Mar 2, 2018
Markionium added a commit to Markionium/office-ui-fabric-react that referenced this pull request Mar 4, 2018
* master: (30 commits)
  Addressing Issue microsoft#4147 - Nav Buttons have invalid `aria-describedby` value (microsoft#4159)
  Fix issue 3608: DetailsList horizontal scroll (microsoft#4164)
  Update package.json
  Image SCSS to MergeStyles Part 2: Style Conversion (microsoft#4151)
  Applying package updates.
  [SpinButton] Consistent styles to Button and TextField (microsoft#4098)
  ChoiceGroup: Flex layout for image and icon options (microsoft#4137)
  Initial set of Keytips work in experiments (microsoft#4062)
  Updating tsconfig in button bundle.
  BaseExtendedPicker: Create contextmenu for renderedItem, fix auto focus (microsoft#3954)
  Dropdown: Custom render options for multiselect - Bug fix microsoft#3571  (microsoft#3589)
  Fix documentcard theming (microsoft#4155)
  BasePicker: Fix not used onBlur callback of inputProps (microsoft#4000) (microsoft#4131)
  Allow Elements as Callout targets (microsoft#4134)
  CommandBar: Fixed null commandItemWidths (microsoft#4136)
  add check for when this.suggestionElement may be undefined (microsoft#4157)
  Addressing Issue microsoft#4143 - is-selected missing on ms-Nav-link (microsoft#4158)
  Aria selected (microsoft#4161)
  Move fabric to TypeScript 2.7.2 (microsoft#4153)
  Updating SearchBox examples to have the removed string in placeholder prop.
  ...
Markionium added a commit to Markionium/office-ui-fabric-react that referenced this pull request Mar 5, 2018
* master: (51 commits)
  Applying package updates.
  No unused variable (microsoft#4173)
  Use correct _list ref string (microsoft#4168)
  Nav: wire a link to expand/collapse behavior if it has no URL but has children (microsoft#4171)
  Addressing Issue microsoft#4147 - Nav Buttons have invalid `aria-describedby` value (microsoft#4159)
  Fix issue 3608: DetailsList horizontal scroll (microsoft#4164)
  Update package.json
  Image SCSS to MergeStyles Part 2: Style Conversion (microsoft#4151)
  Applying package updates.
  [SpinButton] Consistent styles to Button and TextField (microsoft#4098)
  ChoiceGroup: Flex layout for image and icon options (microsoft#4137)
  Initial set of Keytips work in experiments (microsoft#4062)
  Updating tsconfig in button bundle.
  BaseExtendedPicker: Create contextmenu for renderedItem, fix auto focus (microsoft#3954)
  Dropdown: Custom render options for multiselect - Bug fix microsoft#3571  (microsoft#3589)
  Fix documentcard theming (microsoft#4155)
  BasePicker: Fix not used onBlur callback of inputProps (microsoft#4000) (microsoft#4131)
  Allow Elements as Callout targets (microsoft#4134)
  CommandBar: Fixed null commandItemWidths (microsoft#4136)
  add check for when this.suggestionElement may be undefined (microsoft#4157)
  ...
@microsoft microsoft locked as resolved and limited conversation to collaborators Aug 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Dropdown in MultiSelect mode onRenderOption doesnt work.

6 participants