I had to take a break from my day to announce that forms and add screen components can now have default values. In this case, I default a choice in a form in my expenses app:
Seems when used as a choice, the default is trying to pull from the screen you are onâs data vs. from the choice data. Hope that makes sense. So if the choices are 1, 2 and 3 from the choices list and I go to select âDefault Valueâ my options appear to be from where I am at vs. 1, 2 or 3.
Been waiting for this - Glide team @Mark@Jason, can you please acknowledge that you guys are aware of the fact that default value doesnât work and we can wait to hear about the fix? Thank you!
Can someone please make a video that clearly shows a full-screen Glide builder session where the default value is missing, and share a link to that app?
We cannot tell from cropped screenshots alone where to look for the issue.
Also, if your component is missing a default value option, can you try adding another component of the same type to see if it has a default value option, and let us know?
I havenât dived deep into this yet, but quick things I noticed.
Add mode doesnât allow for a default option to be added on a choice component, but Form mode does. I assume because you currently canât type in a default value for the choice component and it requires an underlying row.
Canât type a default choice value. It appears that it can only come from the underlying row (ex. the row the form button is on)
Noticed staging allows you to set default from user profile sheet. Not seeing that in Live, but not sure if that part is released yet.