Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I’ve tried <q-input class=“text-right” but it doesn’t work. Text is always left-adjusted.
@CWoodman Try
<q-input input-class="text-right"
Not positive it will work, but I think it will.
Yes that works. Thanks a bunch.