Eduardo Vencovsky

Results 17 comments of Eduardo Vencovsky

I realised the same. With me, it happens when I open the `MatDialog`. Before opening, everything is normal, the ripple happens ok, but after I open a `MatDialog`, the ripple...

@RonPeters Are you sure that the `IconButton` isn't focused? I tested here and for me looks like the ripple effect is frozen, but actually is just focused, if you click...

@RonPeters Yes, if you take a look at the [demo](https://material-components.github.io/material-components-web-catalog/#/component/icon-button), it have the same effect as matblazor .

The problem of @ydyote isn't a problem, it's correct. But I'm having a different problem ![matblazor-button](https://user-images.githubusercontent.com/37600269/77750393-74cc1a00-7002-11ea-913b-25384fc9ba42.gif) The ripple looks like it's frozen and don't show anymore. Looks like the button...

@RonPeters While testing, looks like the error only happens when it's inside an invalid `EditForm` ? ![matblazor-button-bug](https://user-images.githubusercontent.com/37600269/78026768-8f6bff00-7332-11ea-9226-4111b60435b1.gif) I can't see it in the docs because there is no button inside...

I have the same problem, I'm using `scss` with webpack on a react application. It have `modules: true` (not sure if this changes something). Also, maybe because of the source...

You have a typo, it's `active` not `activate`.

I think it's possible, but you would need to use [KeyboardAwareHOC](https://github.com/APSL/react-native-keyboard-aware-scroll-view/blob/master/lib/KeyboardAwareHOC.js) and wrap around the draggable flatlist. As described [here](https://github.com/APSL/react-native-keyboard-aware-scroll-view#using-high-order-component). I'm not sure if it's compatible, so you might have...

I'm not sure if this is correct because I'm just starting to use `withReanimatedTimer` but couldn't you just change the import from `lib` to `src`? ```tsx // src instead of...

> hidden somewhere else and raise the click event on the input during some arbitrary click event. @Tewr Could you be more clear on how this would work ? The...