B4J Question [ABMaterial] ABMInput bug

Cableguy

Expert
Licensed User
Longtime User
Hi @alwaysbusy

I think I have found a bug with the Input component. This image show the input BEFORE having focus:
1750622723821.png


And this one WITH focus
1750622792432.png


I have tried EVERYTHING i could think of!
- The input component does not expose margins or padding
- setting padding on the cell or row affects the component "placeholder" and not the component (which is to be expected)


I would also like to "theme" the tooltip, but there's no theme for it, and no properties that target it.
 
Last edited:
Top