Text size in Quasar input field
I have a text box for a ten-digit phone number. The box is 300px wide and the font looks small and condensed. How can I increase both the font size and spacing in the QInput component? >Solution : You can use :input-style="{ fontSize: ’35px’ }" https://codepen.io/Pratik__007/pen/abGGgqb