Florian Jacta

Results 379 comments of Florian Jacta

Some people asked about the checkbox and said it was missing.

A user asked about radio buttons. We should really look into these new visual elements as people are asking them. @FredLL-Avaiga We can decompose this issue if you'd like

Can we make an issue covering multiple issues? I like this one to keep track of the new visual elements. I can add other issues into the description of this...

I think there are already default values when you just create a scenario with `tp.create_scenario`. And I guess, it should take the first Config found.

The use case is when the developer wants to manage himself how the scenario is created without letting the user decide. It also erases a possible unnecessary step when creating...

I have rearranged a bit to solve your different issues. Some key points: - There should never be `state` in the Markdown. - There should never be a `state =...

Create a new environment with a Python version between 3.8 and 3.11 and `pip install taipy`. There are conflicts in dependencies with *pyarrow*, as you mentioned. This will be fixed...

A warning will be put on the documentation for this issue

We could also add a generic filter. It can be extremely useful to not display every Data Node (some can be irrelevant). The selector should call this function for each...

For the slider, you have the `continuous` property to not call the *on_change* function every time the variable is updated.