Tony Cabaye

Results 78 comments of Tony Cabaye

Hi jpouillard, thank for your reply. But in fact I have worked on an alternative because this plugin has some other drawbacks : https://github.com/tonai/jquery-onend

I found the `DirectManipulation` in the `MagicLeap-Tools/Code/Input/Hands/Inputs` directory. But the problem on the prefab is still present.

The `DirectManipulation` script could not be added to a GameObject. Unity throws the following error: `Can't add script component 'DirectManipulation' because the script class cannot be found. Make sure that...

Also a lot of props are not exposed by the props of the React component (but exist in the `@gouvfr/dsfr-chart` web component). Example it is possible de set the bar...

I found an issue on `@gouvfr/dsfr-chart` which is probably blocking the migration towards: 2.x https://github.com/GouvernementFR/dsfr-chart/issues/43

I am working on it but in order to be able to integrate version 2.x there are some issues that needs to be solved on dsfr charts part: * https://github.com/GouvernementFR/dsfr-chart/pull/45...

I proposed a PR but in fact I am wondering, why not proposing an `inputProps` props like the `Input` component ?

We could also maybe do the same for the button, for example it is not possible now to disable the Searchbar (or maybe you prefer a `disabled` attribute ?).

@enguerranws in fact I created a PR to manage the `defaultValue` part and afterwards I realized that we could go further and wanted to start the discussion about `inputProps`. The...