Raphaël Morineau

Results 57 comments of Raphaël Morineau

Not at all, it were just a minor spelling fix, but thanks, Regarding asynchronous loading, stay tuned with issue #22 this might help you.

Sorry for late answer, please check latest versions with prop `onAutoCompleteTyping` Please tell me if this solves your usecase.

@barrymichaeldoyle it is exactly for this reason: deprecation of old lifecycle hooks. In practice tough, i admit i would need some help on how to manage versions and old/new lifecycle...

Problem is they put a fixed height which accounts for the floatingLabel in focused state, even when there is no floatingLabel defined by user... Also i didnot find anything in...

muiTheme implementation got totally revamped in v1 if i remember correctly. Your best bet to find the correct context path would be on Material-UI documentation or sources (v1+ branch).

The whole `baseTheme` concept is to grab the default styles from the default/user-defined theme. So check the source of any v1 component to find out how do they mix component-scale...

maybe because only way i found in v0.x were through `this.context.muiTheme`. In your case, you are targeting v1.+, which got totally revamped. In that regard, i didnot look much how...

@cristianocca i'm interested please share in a codesandbox.

are you asking for a `onMenuClose` custom handler linked to whatever event emitted from the `menuCloseButton` node ? EDIT: when i read this paragraph > This brings me to my...