Michaël Maillot

Results 154 comments of Michaël Maillot

This issue points out same issue as #189

Hi @Holden15 & @saddy31, I've tested with latest version and confirm the bug. I've located [the glitch](https://github.com/pnp/sp-dev-fx-controls-react/blob/dcd565616a99a8c19272818665f2d97220031418/src/controls/chartControl/ChartControl.tsx#L318). Seems that during the re-rendering, the component uses current props instead of new...

Hi @rzempo, I think that it's possible, since the Map control relies on [Nominatim](https://nominatim.org/release-docs/latest/) tool and this one can return 0 or n results based on your search. Let's tag...

Hi @BDhara, Are you still working on this one? Feel free to reach out if you need assistance / guidance 🙂

Hi @kmrshubham0, I know it's been a while but are you still interested to work on this one?

Hi @Moataz-Vodafone, Sounds like interesting improvment ideas! FYI regarding the selected text which doesn't match theme colour, this has been fixed with latest version: ![image](https://github.com/pnp/sp-dev-fx-controls-react/assets/44271458/46f502dc-9e36-4f54-9f80-ecc73c49a504)

It's all yours 🙂

Hello @jimmywim, I'm not sure if I understand your need, but I've tried something with latest version (3.15.0), like this: ```tsx private treeitems = [ // ... { key: "R3",...

So I think that the example above addresses your need. If so, can I close this one or would you like to give a try first?

I'm spoken a bit quickly, sorry. I can repro re-rendering issue when querying an API. This needs a bit of investigation in order to understand why does it behave like...