-
### Goals
* Replace hardcoded data with real data from the API or state management system in the ProjectsAndAgreements component
* Ensure the component displays accurate and up-to-date information a…
-
### Goals
* Replace the hardcoded data in the ResearchBudgetVsSpending component with real data from the API
* Ensure the component accurately reflects the current fiscal year's budget and spending …
-
How can i add meta-data to File component in v1.0 ?
we can manually add meta-data in v0.6.
-
**Describe the bug**
I use component like that:
struct Base
{
int base = 1;
}
struct A : Base
{
int base = 2;
int a = 2;
}
struct A : Base
{
int base = 3;
int b…
-
Add the new data component `minecraft:hide_tooltip` to completely hide the tooltip of a item (and the name) for glass pane on ExcellentCrates preview
-
possibly UI components similar to those that are in daquiri
https://ui.gitlab-pages.esrf.fr/daiquiri-ui/ui-components/tomography/TomoScanInfo
-
### Bug Description
Hi I'm using langflow version 1.0.19 and there is a logs tab in Component Output but displays nothing. Is this behavior normal ? If not, how can I see the logs? If it's normal, wh…
-
## Goals
* Replace the mock data in ResearchProjects.jsx, ResearchProjectsTable.jsx, and AdminAndSupportProjectsTable.jsx with real data from the backend API
* Ensure that the components display acc…
-
#### Description:
Refactor all components that are currently fetching data directly, to use TanStack Query if they are not already. The current approach involves manual state management and inconsiste…
-
Hi there!
I posted on this issue before in Slack 😄
In fact, I have a input type="date" that (as we know) has strange "onchange" behaviors.
My idea was to submit the field onblur, but this is…