Rubens Mariuzzo

Results 170 comments of Rubens Mariuzzo

Thank you for the quick reply, I will investigate. In the other hand, do you use webpack?

Ok, I did a tool for webpack. Will take a look at that issue. Also, will check for a gulp plugin that does this.

This sound like an interesting improvement for this library. Currently, we generate everything in one single file (unfortunately). BTW, @AliN11 are you using webpack? If yes, check this: https://github.com/rmariuzzo/laravel-localization-loader/ it...

Will need to check that closely. I apologize for not resolving this faster.

I appreciate a lot for sharing this. I could include a note in the readme file. Also, do you think we can do something better in this package? On Thu,...

It worked for me: 1. Download latest version from release page. 2. Used latest Node 4.x version (using tj/n). 3. Ran: `npm install`, then `npm deploy`. Profit!

Similar to other comment I do as follow for `select` elements using React: ```js ref.current.querySelectorAll('option').forEach(option => { if (option.selected) { option.setAttribute('selected', 'selected') } else { option.removeAttribute('selected') } }) ```

Is it possible to reference the new window instance using the `onOpen` callback. I apologize for the long reply.

The `onOpen` prop was added to the docs.

I would love to address this issue. If someone can't provide an example, can someone let me know which library are you using for modals.