Add it as a wish to the feedback app so I can add it to the InputTheme.
You can try to do it manually, but it is very tricky to get it just right at the right place. Especially using the right internal ID.
e.g. an input in a Modalsheet can have the ID 'executors1excode' but you have to use the 'internal' ID (which in chrome you can see by using the Chrome Developer Tools, F12), in my example 'executors1-content-executors1excode'
B4X:
ABM.SetStyleProperty(page, "executors1-content-executors1excode", "font-weight", "bold")
page.ws.Flush ' important
In my example, this has to hapen AFTER you open the modalsheet.
In 'Native' ABMaterial (as a build-in property in the Theme), you won't have to worry about those things as ABMaterial does take care of all this for you
Yes that does the same. You may be able to decrease it a little bit with the addcellosmp() method, but yes that is probably the minimum as an input does take up space itself (eg room for the floating title)