Hi Ron,
We have drafted a
simple sample using the SfTextInputLayout and bound its property values from
the view model, as demonstrated in the code snippet below. For your
convenience, we have included the sample as an attachment. Kindly review the
attached file and inform us if you have any concerns. If your requirements
differ from the suggested solution, kindly provide detailed specifications to
facilitate a more effective investigation and solution.
Code snippet:
|
<ContentPage.Content>
<ContentView>
<Grid
RowDefinitions="auto" >
<core:SfTextInputLayout
Hint="{Binding Hint}" HelperText="{Binding
HelperText}">
<Entry
Placeholder="{Binding PlaceHolder}"
Text="{Binding
Text}"/>
</core:SfTextInputLayout>
</Grid>
</ContentView>
</ContentPage.Content>
|
Regards,
Brundha V
Attachment:
TILSample_6768e2ae.zip