Help forum
- Question about the Wow dashboard demo project
Ben H
6 5 months ago
I have a question about how the sidebar is working . When in mobile view , when you open the sidebar menu , it takes up the entire screen . This is apparently because the container for the sidebar has a .showMenu class that is used for the mobile view . However , I don 't understand how this class is making it take the full screen . When I click on the class , the panel is just empty . What is this class doing ? I 'd like to replicate this functionality . Link to demo project : https://toddle.dev/projects/wow_dashboard/branches/main/components/HomePage?mode=design&leftpanel=design&canvas-width=772&canvas-height=800&rightpanel=style - Copy to clipboard trouble
Sacharbonne 🤙🦥
0 5 months ago
- delete file from a variable
asad
15 5 months ago
i have a file input with multiple attributes . on change i set a variable "files " to even.target -> get.files . it works fine . i have a dive that repeats the "files " with button "delete " . i want to remove the file that is clicked from the "files " variable . how do i do it - What is the correct way to submit a form in toddle?
Sean
21 5 months ago
My initial understanding was that the correct way to submit a form in toddle is to set a submit event on the form element and then add a type =submit attribute to the button element inside the form that would trigger the form submission . Then I put my API call or any logic into the form 's submit event actions . But while troubleshooting a form that wasn 't submitting , I asked the toddle AI and I got this (see screenshot ) . Does this mean that the correct way to set up the form in toddle is to 1 ) Not set any event on the form element 2 ) Set a type =button attribute on the submit button . 3 ) Set the submission logic or API call to this submit button 's click event ? - styling spark DND items
Muffin
2 5 months ago
I 'm trying to style the spark DND item but when i try to vhange the wedth or height attributes , nothing happens . I 've tried variations of 50 % 50px , etc but the items continue to fill the container @Max - change the width of spark DnD item
Muffin
0 5 months ago
I 'm working with spark DnD but whenever I change the width attribute of the list item , it doesn 't change . @Max - Search show
zefunha
6 5 months ago
Hi guys I have a search bar and I want to show the result divs only after I hit search . - Supabase image upload
Vizualinx
4 5 months ago
- API Issue
Lord Almighty
5 5 months ago
- FIND formula - wrong data
saillmone
4 5 months ago
Hi everyone , I have a problem with the Find formula . I feel like my Item .id is never browsed . the selectedOption variable is OK , it varies depending on the choice of the select . It 's just that find always returns me id 11 (index 0 ) . How can I do ? Thank you for your help and long live Toddle ❤️ ❤️ ❤️ - Building a confirmation dialog box
benjabievres
4 5 months ago
- Bind attribute to "select"
Leo
2 5 months ago
- Knowing a session expired
benjabievres
3 5 months ago
- quick question; how to fix this post generation issue?
Jerry
0 5 months ago
Heyo ! Before I used 'on success ' to prepend the generatedPosts variable , but now with streaming it will create a seperate post in the array for a single 'on message ' event . How can I still append complete posts but avoid the current sitatuon with streaming ? thanks 😄 - Help creating an API request through OPENAI or other LLM
Sacharbonne 🤙🦥
5 5 months ago
Hello , i 'm starting building with Toddle , and to present a case , i 'm building quick App to get CatFacts API + CatImagesApi . But all the facts are in english and i want to make an OpenAi call to translate the fact in French . But i struggle to construct the formula to handle the JSON body sending like in the screen . I only need chat completion for the moment : https://platform.openai.com/docs/api-reference/chat/create When i will understand how to build the API it will be fine for other endpoints . If anyone can help me ?