cancel
Showing results for 
Search instead for 
Did you mean: 

How to make sap.m.Input smaller?

Former Member
0 Kudos

Hello Experts!

I am developing Desktop Fiori application. I don't need it on mobile. I need to have an Input Field inside the responsive table. But I find it too big. Do you know, how can I make it smaller? sap.ui.commons.TextField has a suitable size, but it is deprecated since version 1.38. I didn't find any properties like "Height" or "Size", and don't understand how it could be done.

Best Regards,

Evgeniy

Accepted Solutions (0)

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos
***.addStyleClass("sapUiSizeCompact"); 

*** could be the parent of the input or the input itself.

or you can add it in your xml view if you are using xml view