Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Path=IsFocused - BorderlessEntry #82

Open
rogmauri opened this issue Jan 12, 2022 · 2 comments
Open

Path=IsFocused - BorderlessEntry #82

rogmauri opened this issue Jan 12, 2022 · 2 comments

Comments

@rogmauri
Copy link

Hi...

IsFocused is not present in BorderlessEntry control.

[0:] Binding: 'IsFocused' property not found on 'SyncfusionXamarinApp1.Controls.BorderlessEntry', target property: 'Syncfusion.XForms.Border.SfBorder.BorderColor'

                    <border:SfBorder
                        Margin="0,8"
                        Padding="12,8"
                        BorderColor="{Binding Source={x:Reference PhoneNoEntry}, Path=IsFocused, Converter={StaticResource ColorConverter}, ConverterParameter=3}"
                        Style="{StaticResource DataFormBorderlessEntryBorderStyle}"
                        VerticalOptions="Start">
                        <control:BorderlessEntry
                            x:Name="PhoneNoEntry"
                            Keyboard="Telephone"
                            Placeholder="{Binding PhoneNumberPlaceHolder, Source={Reference CountryPicker}}"
                            Style="{StaticResource BorderlessEntryStyle}"
                            Text="{Binding PhoneNumber, Source={Reference CountryPicker}}">
                            <control:BorderlessEntry.Behaviors>
                                <behaviors:EntryMaskedBehavior Mask="{Binding Source={x:Reference CountryPicker}, Path=Mask}" Prefix="{Binding Source={Reference CountryPicker}, Path=CountryCode}" />
                            </control:BorderlessEntry.Behaviors>
                        </control:BorderlessEntry>
                    </border:SfBorder>
@Dirwaz
Copy link

Dirwaz commented Apr 18, 2022

i am facing the same issue in android

@PraveenGopalsamy
Copy link

PraveenGopalsamy commented Jun 15, 2022

Hi Rogerio Cesar Mauri and Dirwaz,

We have analyzed your query and we have added the AddContactPage in our application using the Visual studio extension, it was working at our end. The BorderlessEntry control was inherited from Xamarin.Forms framework Entry control and it has IsFocused property. We have attached the sample link for your reference.

Sample Link: https://github.com/SyncfusionExamples/xamarin-forms-ui-kit-contact-us-page/tree/main/UIKitPage

For more information,
You can get the UI Kit source code from the below GitHub link.
https://github.com/syncfusion/essential-ui-kit-for-xamarin.forms

Also, you can get the UI Kit visual studio extension for Windows and MAC from the below link.
https://www.syncfusion.com/essential-xamarin-ui-kit

Please let us know if you need any further assistance in this.

Regards,
Praveen G.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants