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

Mui #10

Merged
merged 223 commits into from
Sep 19, 2015
Merged

Mui #10

merged 223 commits into from
Sep 19, 2015

Conversation

yongxu
Copy link
Owner

@yongxu yongxu commented Sep 19, 2015

No description provided.

jkruder and others added 30 commits July 13, 2015 19:48
The tooltip was not centered anymore after a value change (for example, localisation change). Triggering it again fixes it.
Added Controllability to Tabs Component
Added support for linkedState mixin in Tabs
[InkBar] Added color prop to inkbar
Upgraded Docs site with new Tab navigation
Adds an isOpen method to an iconMenu. 

The way I'm using this is that I am programmatically opening / closing the menu from a different user action.

```jsx
  _toggleMenuState = () => {
    let isOpen = this.refs.menu.isOpen();
    // weird bug mui#1254
    setTimeout(() => {
      if (isOpen) {
        this.refs.menu.close()
      } else {
        this.refs.menu.open()
      }
    }, 1);
  }
```
There is actually a related bug here: mui#1254 to make this work.
This is in line with the docs, which state:

> showMenuIconButton
> Determines whether or not to display the Menu icon next 
> to the title. Setting this prop to false will hide the icon.
Andrew8xx8 and others added 27 commits August 26, 2015 23:29
[LeftNav] Fix sidebar position for browsers that don't support transform3d
[TextField] Added props to override underlineStyle when disabled
…n-rule

Setting react/jsx-boolean-value rule to 0 in .eslintrc file.
Reorganization and improvement of getting started guide
Modified main.jsx of webpack example to use component-level require() calls instead of requiring all of material-ui.
…ippet

Updated installation page code snippet
yongxu added a commit that referenced this pull request Sep 19, 2015
@yongxu yongxu merged commit 9657fd3 into side-nav Sep 19, 2015
@yongxu
Copy link
Owner Author

yongxu commented Sep 19, 2015

updated with origin

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.