João Henrique Wind

Results 9 comments of João Henrique Wind

To get rid of it, you can simply modify your CSS to hide the badge: ```css .rcw-launcher .rcw-badge { display: none; } ```

If you need to make changes on the CSS, i recommend you copying the default chat style in `node_modules` and putting it in your source project. After you copy that,...

Is there any updates regarding this bug? I need to get the current value of a state inside a function passed by prop to the CustomComponent

Você pode colocar em um aruivo JSON e chamá-lo pelo endereço usando o atributo `data`: `data: '/caminho/do/arquivo/objeto.json'` Caso não queira usar outro arquivo, pode também criar um objeto JavaScript e...

You cannot find any result because "#101-HILL" is one single word (have no spaces in between them), and I think there is no option available for you to search by...

I had the same problem. After searching in the source code, i found out that the visible input is a generated input having the same id of the original with...

Do you mean a combo like this: ![capturar](https://user-images.githubusercontent.com/19479028/37598317-a3f0c698-2b60-11e8-98d0-ea9dfda99d1d.PNG) ? If so, it is normal having that little arrow in the left. Even so, you should still be able to type...

To be frank, i personally don't like using `` to add data to flexdatalist... In my opinion, adding a JSON data via JQuery is much easier and dynamic, for example:...