André Bunse

Results 17 comments of André Bunse

we can not test this code, but i see that you set `this.wavesurfer.loaded = true` directly after the load, but this is async, you should use the ready event until...

Depends on vue-meta and can be resolved. My project runs with vue-enterprise-boilerplate and vuetify.

@ercpereda depends on the flexGrow in the Avatar style duplicate -> https://github.com/xotahal/react-native-material-ui/issues/264

With the change we can use ```javascript rightElement={ } ``` to override the default, that i don't want to change.

@xotahal https://github.com/xotahal/react-native-material-ui/commit/c6e3f0bf00279bb4ebd00e592a6b76f1af1886f3

@DrNiels the browser triggers no change event on autofill, but you can check, if the input has a value and set the class "is-dirty" to the material textfield element

@DrNiels here is the code i use in my login dialog and as you see, it is a little more than checking the value if this doesn't help at all,...

Usage for css is https://code.getmdl.io/1.3.0/material.indigo-pink.min.css material.{primary}-{accent}.min.css if it is not only the css, show your html or js of the loading element.

try to remove the defer for the material.js script or call window.componentHandler.upgradeAllRegistered() after your code

could this be related to React Navigation (when you use it)? have a look at this https://github.com/react-navigation/react-navigation/issues/991#issuecomment-464365753 or just listen to the popstate event and set scrolltop to 0