Hi Rafal Nowak,
We have validated
your query and we suggest a workaround to change placeholder text to
center by applying horizontal text alignment to center in input field as
shown in the code snippet below. We have attached the sample for your
reference. Please review the attached sample and feel free to reach out if you
have any further queries.
Please refer the
below code snippet for this:
|
public MainPage()
{
InitializeComponent();
var inputView =
LocationPicker.Children[1] as Entry;
inputView.HorizontalTextAlignment = TextAlignment.Center;
}
|
Note: By using this code, both the Placeholder and
Text will be aligned at Center in SfComboBox input field.
Regards,
Kamalesh P
Attachment:
ComboBox_41849933.zip