Is there a way to increase the size of the date time picker that pops up when selecting the DateTimeInput component in perspective. Currently on a touch screen display it makes it very hard not accidently pressing the wrong button due to the size of the pop up.
Yes, I've had the same problem and solved it with a scale transform
Thank you, this works
However the issue I see is if the pop up is too large where it cannot be displayed next to the datetimeinput component it defaults to the centre of the screen where it retains its 1x scale size
Okay take it easy with the vision guy here but..
How would you add that modalStyle to the calendar component in Perspective?
Calendar component? Do you mean DateTimePicker?
You can add the transform under the component's style prop
Yeah sorry, meant the datetimepicker.
Well that was surprisingly simple..
I saw in your earlier post it said modalStyle and I could not for the life of me figure out where that came from..
For the DateTimeInput component, I only wanted to scale the modal popup, not the entire component. Hence using the modalStyle
instead of style