Maybe it is a stupid question, but I am rather new in Glideapps:
When I want to edit a date in my app (on a tablet) I get an input screen which is very small. Is there a possibility to choose different kind of input screens for dates?
Maybe it is a stupid question, but I am rather new in Glideapps:
When I want to edit a date in my app (on a tablet) I get an input screen which is very small. Is there a possibility to choose different kind of input screens for dates?
No, it goes by the default datetime picker Glide assigns to your type of device.
Perhaps you can use CSS to customize it if your plan allows, or try crafting a date picker component using the AI component.
OK, thanks for the info.
Do you have access to CSS? If yes, perhaps you can try it first.
I dont know what CSS is