Pricing Blog

Help forum

  • plusmin-1301089450691924031

    Armand

    31

    8 months ago

    Formatting numbers larger than 3 digits don't show up?
    I am formating numbers (not set as currency) to show:
    IF <1 -> first few significant digits
    ELSE -> min-maxfractiondigits 2

    And numbers like 0.000724 show up fine, but anything that is 1000 or more does not show up.

    Please have a look at the video for more info:
  • mdxwired-1300891005561868299

    mdxwired

    22

    8 months ago

    Component attributes not updating in editor...
    Hey all. Has there been a recent change to how/when the editor updates component attributes when the underlying linked variable or formula changes?
    My page worked perfectly in the editor yesterday and still works perfectly in 'preview' mode, but is now very erratic within the editor itself.
    I have cleared all site data (browser cache, cookies, etc...) and everything else that I can think of...
    When I pause the 'test' run and click on the attribute, the contents say that they are what they should be, they just do not pass to the component or display correctly on the page.

    Thanks in advance!!
  • needtheanswers-1300853620887126180

    needtheanswers

    18

    8 months ago

    Having two path params with the same name in session storage
    Hi,
    I use path params with the name ABC on one page of my application. I save the path param in my session storage. Can I also use a path param with the name ABC on another page of my application or would this cause any problems?

    Thanks 🙂
  • godwin_nocode-1300794724554117132

    Godwin

    1

    8 months ago

    Auto-refresh API when data is deleted or modified
    Does anyone have an on how to refresh an API when a data is modified or deleted?
  • alfred_66594-1300773249201999872

    Alfred

    0

    8 months ago

    Approach for unstyled components in Toddle without cluttered component API
    Has anyone figured out a solid approach for creating more flexible, style-customizable components? From my understanding, Toddle's components wouldn't fully support an unstyled approach due to Shadow DOM encapsulation. This means the only way to add flexibility is through custom properties (CSS variables). However, if I want to recreate Radix UI's layout box components—which support nearly all CSS property configurations—this would lead to a very cluttered component attribute API.

    Has anyone found a good approach for achieving and organising this level of styling flexibility in components?

    - https://www.radix-ui.com/themes/docs/components/box
    - https://www.chakra-ui.com/docs/components/box#as-prop
  • machtigemaxim-1300511444932235275

    MachtigeMaxim

    7

    8 months ago

    API POST error
    Hey, so im making a web app and I need to pull data from a POST request.

    I get an error 500 on that request telling me (AttributeError: 'str' object has no attribute 'get')

    It is caused (I think) because the backend receives the JSON message sent via the POST request as a string instead of a JSON object.

    This is the body payload:
    {"question": "Wat is het wereldnieuws van vandaag?"}

    When I do a cURL api request in Postman everything works fine. What could it be?
  • thecandella-1299948799258525829

    thecandella

    1

    8 months ago

    Todo tutorial - Bearer access_token showing error
    Hi all, I'm in the final bits of the Todo tutorial. I'm on the stage where we're in the HomePage and creating a GET API from the todos database in Xano.

    I've installed the toddle chrome extension and I've opened up the preview app and logged in to store the login details in session cookies. However, when I select "Bearer <access_token>, it still shows me "Unauthorized - Authentication Required".

    I've looked at the API request history on Xano and when doing it in the preview app, the request was successful.

    Any ideas on what's going wrong?
  • leonmarseglia-1299357613133135944

    Leon Marseglia

    5

    8 months ago

    How do I add array inputs to the api query params? Does it have to be comma seperated?
    I'm trying to create a filter where a user can select multiple options - I've figured out that the input needs to be an array with join filter which makese sense. But does that mean you can't pass arrays into xano from toddle?
  • rakidawood-1299193069375324210

    RakiDawood

    0

    8 months ago

    Cannot edit database item from Toddle
    This video explains it - https://www.loom.com/share/123b9fc6aec64189879a7a09a77c07a3

    I have used the same api in two toddle workspaces and it seems that I cannot get it to xano. thank you in advance
  • liltisa8661-1299178602595614834

    Hausia

    2

    8 months ago

    Blocked Navigation
    Hi everyone, does anyone know what could be causing this error? No gating on the page I'm trying to send people to.
  • petershaw99-1299102109865742387

    PeterShaw

    2

    8 months ago

    Add and delete array items
    Hi all, when clicking on an item in a repeated list I want to add it to an array. By clicking the trash icon it should be removed from the array again. Ideally the array should be limited to 4 items. So it should not be possible to add more than 4 items without removing another one.
  • tomthebigtree-1299062584007463003

    Tom Ireland

    22

    8 months ago

    Advice/tips for component documentation
    Hey, community and toddle-hero's. I'm looking for some advice/tips on component documentation. I'd like to auto-create (as much as can) documentation on components that I've created so that I can see what attributes each component expects, what attributes types are e.g. boolean, string, etc., and capture additional explanatory information.

    I've had a couple of ideas but not sure how to implement them yet and if it'd be a simple approach. @Max - I saw you did this with Spark Pro. Do you have any pointers?
  • exuberant_raccoon_64841-1298982495353569290

    SOL

    22

    8 months ago

    todo day 3 - update todo input changes/removes task name
    Hey

    I'm trying to complete the 7 day quick start tutorial.

    Completed most of day 3 except right now I'm facing this problem where checking off a task marks it as completed but removes the task name from the db in xano.

    can anyone tell me what I'm doing wrong here
  • mix3601-1298880615931842560

    mix3601

    3

    8 months ago

    Responsive images
    Does toddle support responsive images? I mean, do i have to create each version of the image size myself, or can toddle process an image for me?
  • rocol0co-1298776405626327163

    Roco

    13

    8 months ago

    Toddle Crashes when getting an item from the supabase Storage
    Hello, as the title says thank you!