Diego de Souza

Results 10 comments of Diego de Souza

The screenshot is only a mockup, not exactly the implementation. When i tried using BlockUI within a card, it still blocked the whole page.

Yeah, I'm experiencing the same thing `react-block-ui: 1.1.3`

I'm experiencing the same behavior

@jbetancur would it be possible to have the pagination at the top and bottom option?

My question then is how do we remedy this? Do you provide a work around for this?

In my case I created a `pipe` to handle the `options` configuration for me. ```@Pipe({ name: 'optionsPipe' }) export class OptionsPipe implements PipeTransform { transform(options: any, placeholder: string, data: any):...

Have you tried placing the `initialValue` or your API call in `ngAfterViewInit`? This function should be called after `ngOnInit` perhaps helping with your timing issue.

I haven't used the ajax functionality, but there was a question opened before about this, https://github.com/NejcZdovc/ng2-select2/issues/59 perhaps this would shed some light in your issue.

Experiencing the same issue as well. I tried both `ts-loader` and `awesome-typescript-loader`, what made the `ERROR` go away for me was to remove the `exclude: /node_modules/` from my config. Meaning...