James Akinniranye

Results 13 comments of James Akinniranye

Consider the scenario in the image below ![image](https://github.com/user-attachments/assets/36122cd1-8d8e-4910-be0a-48ffa3718bda) Yes the elements are pushed down, but for a user it would make sense if the "Payment Information" heading is in the...

Thanks @hand-dot for the response. Yes I’m aware I can adjust the height, use margins, etc to get the element to the second page, but I think that’s not an...

I had the same problem, was able to fix it using this tsconfig ```json { "compilerOptions": { "target": "ES2020", "useDefineForClassFields": true, "lib": ["ES2020", "DOM", "DOM.Iterable"], "module": "commonjs", "skipLibCheck": true, /*...