How can I add suffix to input field in webix?

Good day @sudhesh15 ,
You could do it with CSS. You can use float: right to move the label to the right and labelAlign:“center” to align the label inside its container.
Check the example: Code Snippet .