-
### What went wrong? 🤔
See the code below.
Replacing the element definition by the one shown on the line below generates a table that has no style applied to the cells.
### Expected Behavior
…
-
### What went wrong? 🤔
The `lines_shown` property in the Input component is not behaving as expected. When the `lines_shown` value is defined, the actual number of lines displayed is double the value…
-
### What went wrong? 🤔
Hi, when you run the app. The first instance works fine, the second also works fine but when you start the third instance, everything is shared between the second and the third…
-
### Issue Description
- It lacks Contributors Profiles in Readme.md
- It should be Like the image that I have shared
- Hey! @AlexandreSajus I have already fixed it. Can you assign me this issu…
-
Hi,
As the basic `tgb.dialog()` works, I want to add it as a partial, how could that work? Please improve the code based on this one. https://github.com/figoyouwei/taipy_success/blob/main/littlegia…
-
### What went wrong? 🤔
Some styles in the Stylekit (through the class_name) are not applied when mode="md" is set for text visual element. This prevents the user from changing the text element like…
-
**What would that feature address**
display unsupported data type
***Description of the ideal solution***
If a dataframe holds a column with unsupported data, we could handle a user callback that wou…
-
### Description
I can write text next to a button like so using the taipy md syntax:
```python
from taipy.gui import Gui, Markdown
import taipy.gui.builder as tgb
with tgb.Page() as page_tg…
-
### What went wrong? 🤔
Any code that uses a block element (`pane`, `part`...) in a *with* is shown to have a typing problem.
The code checker indicates that the base class for the element class is…
-
### What went wrong? 🤔
I want to make a [slider](https://docs.taipy.io/en/release-3.1/manuals/gui/viselements/slider/) that updates the value of a text each time I slide to a different value, even …