I am converting an existing app to ABMaterial framework and enjoying it. However, I had to laugh because I have stumbled over what seems to be quite simple - trying to right align text in an abminput. Could someone please point me in the right direction!
I have used an ExtraCss file to get the desired effect in the interim.
However, just a word of warning to any other user that uses an ExtraCss file - open up the html in the browser (developer tools) and double check the id of the field. In my case I was foxed because I initially used the ID in my program which failed. It dawned on me that the field was within a tab and that the name may include the parent name, and indeed it does. So save yourself some time and see what the browser says the id of the field actually is.