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

Picker header #3737

Merged
merged 4 commits into from
Jan 24, 2018
Merged

Picker header #3737

merged 4 commits into from
Jan 24, 2018

Conversation

amyngu
Copy link
Contributor

@amyngu amyngu commented Jan 17, 2018

Pull request checklist

  • Include a change request file using $ npm run change

Description of changes

  • Allow optional title element, to display before selected items
  • Rearrange elements so that selected items and input element (BaseAutoFill) are within the same div (so overflow is natural)

@amyngu amyngu requested review from dzearing and joschect January 17, 2018 19:38
/>
);
}

private _renderHeader(): JSX.Element {
return <div>TO:</div>;
Copy link
Contributor

Choose a reason for hiding this comment

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

Did you intend for this to just be TO:?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Since this is just the example, yes this was just a simple element, to demonstrate an element rendering before the selected contents. I can make this more robust if you prefer.

Copy link
Contributor

Choose a reason for hiding this comment

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

Oh shoot! I completely missed that it was an example, disregard my comment.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@joschect did you have any other comments?

@amyngu amyngu merged commit 194ce4e into microsoft:master Jan 24, 2018
chrismohr pushed a commit to chrismohr/office-ui-fabric-react that referenced this pull request Apr 17, 2018
* add header element, fix css styling for items and input

* add change file

* fix tslint errors
@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.

2 participants